Color Hex Logo

#4662bc Color Hex

#4662BC
(70,98,188)
0 Favorites   0 Comments

Color spaces of #4662bc

RGB 7098188
HSL0.630.470.51
HSV226°63°74°
CMYK 0.630.480.00   0.26
XYZ15.970613.668349.3735
Yxy13.66830.20210.1730
Hunter Lab36.970712.4098-53.3010
CIE-Lab43.753418.3501-50.6299

#4662bc color RGB value is (70,98,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100010 10111100
Octal 106 142 274
Decimal 70 98 188
Hex 46 62 BC

RGB Percentages of Color #4662bc

%19.66
%27.53
%52.81

CMYK Percentages of Color #4662bc

%63
%48
%0
%26

Triadic Colors of #4662bc

#4662bc #bc4662 #62bc46

Analogous Colors of #4662bc

#4662bc #6546bc #469dbc

Monochromatic Colors of #4662bc

#4662bc

Complementary Color

#4662bc #bca046

#4662bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4662bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4662bc Color CSS Codes

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

#4662bc Text Font Color

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

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


#4662bc Background Color

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

This div background color is #4662bc


#4662bc Border Color

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

This div border color is #4662bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,98,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 #4662bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4662bc


Comments

No comments written yet.

Please login to write comment.