Color Hex Logo

#4673be Color Hex

#4673BE
(70,115,190)
0 Favorites   0 Comments

Color spaces of #4673be

RGB 70115190
HSL0.600.480.51
HSV218°63°75°
CMYK 0.630.390.00   0.25
XYZ17.950817.281351.1047
Yxy17.28130.20790.2002
Hunter Lab41.57084.3297-43.7881
CIE-Lab48.61258.3677-44.0274

#4673be color RGB value is (70,115,190).

#4673be hex color red value is 70, green value is 115 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4673be hue: 0.60 , saturation: 0.48 and the lightness value of 4673be is 0.51.

The process color (four color CMYK) of #4673be color hex is 0.63, 0.39, 0.00, 0.25. Web safe color of #4673be is #3366cc. Color #4673be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110011 10111110
Octal 106 163 276
Decimal 70 115 190
Hex 46 73 BE

RGB Percentages of Color #4673be

%18.67
%30.67
%50.67

CMYK Percentages of Color #4673be

%63
%39
%0
%25

Triadic Colors of #4673be

#4673be #be4673 #73be46

Analogous Colors of #4673be

#4673be #5546be #46afbe

Monochromatic Colors of #4673be

#4673be

Complementary Color

#4673be #be9146

#4673be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4673be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4673be Color CSS Codes

.mybgcolor {background-color:#4673be; } 
.myforecolor {color:#4673be; }
.mybordercolor {border:3px solid #4673be; }

#4673be Text Font Color

<p style="color:#4673be">Text here</p>

This sample text font color is #4673be
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4673be Background Color

<div style="background-color:#4673be">
Div content here</div>

This div background color is #4673be


#4673be Border Color

<div style="border:3px solid #4673be">
Div here</div>

This div border color is #4673be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,115,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4673be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4673be;
  -webkit-box-shadow: 1px 1px 3px 2px #4673be;
  box-shadow:         1px 1px 3px 2px #4673be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,115,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4673be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4673be;
  -webkit-box-shadow: 1px 1px 3px 2px #4673be;
  box-shadow:         1px 1px 3px 2px #4673be;">
Div content here</div>

This div box has shadow with color #4673be


Comments

No comments written yet.

Please login to write comment.