Html Css Color HEX #4C6FBE Havelock Blue

📋 copy color: '#4C6FBE'

red 76 ◦ green 111 ◦ blue 190

#4C6FBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #4C6FBE

Tints of Havelock Blue #4C6FBE

RGB

 RED value IS 76 (30.08% from 255) = 20.16%

 GREEN value IS 111 (43.75% from 255) = 29.44%

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 20.16%
G = 29.44%
B = 50.4%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4C6FBE (or 0x4C6FBE) is known color: Havelock Blue. HEX triplet: 4C, 6F and BE. RGB value is (76,111,190). Sum of RGB (Red+Green+Blue) = 76+111+190=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C6FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6FBE is #B39041. Grayscale: #6D6D6D. Windows color (decimal): -11767874 or 12480332. OLE color: 12480332.

HSL color Cylindrical-coordinate representation of color #4C6FBE: hue angle of 221.58º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C6FBE is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 111 190 -
CMYK 0.60 0.42 0 0.25
HSL 221.58º 0.47% 0.52% -
HSV(B) 221.58º 0.6% 0.75% -
XYZ 17.96 16.62 50.98 -
YUV 109.54 173.4 104.08 -
System Red Green Blue C M Y K H S L
Decimal 76 111 190 0.60 0.42 0 0.25 221.58 0.47 0.52
Hex 4C 6F BE 3C 2A 0 19 DE 2F 34
Octal 114 157 276 74 52 0 31 336 57 64
Binary 1001100 1101111 10111110 111100 101010 0 11001 11011110 101111 110100

Color Harmonies of #4C6FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6FBE

Black with #4C6FBE

Text Example


Text Example

White with #4C6FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C6FBE; }

 p { color: rgb(76,111,190); }

 H1.HeaderClassName
 {
   color: #4C6FBE;
 }
 .AnyTagClassName
 {
   color: #4C6FBE;
 }
</style>

background-color css

<style>
 a { background-color: #4C6FBE; }

 a { background-color: rgb(76,111,190); }

 div.DivClassName
 {
   background-color: #4C6FBE;
 }
 .BgClassName
 {
   background-color: #4C6FBE;
 }
</style>

border-color css

<style>
 span { border-color: #4C6FBE; }

 span { border-color: rgb(76,111,190); }

 td.TdClassName
 {
   border-color: #4C6FBE;
 }
 .TagClassName
 {
   border-color: #4C6FBE;
 }
</style>