Color Hex Logo

#4675bc Color Hex

#4675BC
(70,117,188)
0 Favorites   0 Comments

Color spaces of #4675bc

RGB 70117188
HSL0.600.470.51
HSV216°63°74°
CMYK 0.630.380.00   0.26
XYZ17.964217.655550.0380
Yxy17.65550.20970.2061
Hunter Lab42.01842.7820-41.1930
CIE-Lab49.07566.4432-42.1401

#4675bc color RGB value is (70,117,188).

#4675bc hex color red value is 70, green value is 117 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4675bc hue: 0.60 , saturation: 0.47 and the lightness value of 4675bc is 0.51.

The process color (four color CMYK) of #4675bc color hex is 0.63, 0.38, 0.00, 0.26. Web safe color of #4675bc is #3366cc. Color #4675bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110101 10111100
Octal 106 165 274
Decimal 70 117 188
Hex 46 75 BC

RGB Percentages of Color #4675bc

%18.67
%31.20
%50.13

CMYK Percentages of Color #4675bc

%63
%38
%0
%26

Triadic Colors of #4675bc

#4675bc #bc4675 #75bc46

Analogous Colors of #4675bc

#4675bc #5246bc #46b0bc

Monochromatic Colors of #4675bc

#4675bc

Complementary Color

#4675bc #bc8d46

#4675bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4675bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4675bc Color CSS Codes

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

#4675bc Text Font Color

<p style="color:#4675bc">Text here</p>

This sample text font color is #4675bc
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.


#4675bc Background Color

<div style="background-color:#4675bc">
Div content here</div>

This div background color is #4675bc


#4675bc Border Color

<div style="border:3px solid #4675bc">
Div here</div>

This div border color is #4675bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,117,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4675bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4675bc;
  -webkit-box-shadow: 1px 1px 3px 2px #4675bc;
  box-shadow:         1px 1px 3px 2px #4675bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4675bc


Comments

No comments written yet.

Please login to write comment.