Html Css Color HEX #4C6FC3 Havelock Blue

📋 copy color: '#4C6FC3'

red 76 ◦ green 111 ◦ blue 195

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

Shades of Havelock Blue #4C6FC3

Tints of Havelock Blue #4C6FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 51.05%

R = 19.9%
G = 29.06%
B = 51.05%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4C6FC3 (or 0x4C6FC3) is known color: Havelock Blue. HEX triplet: 4C, 6F and C3. RGB value is (76,111,195). Sum of RGB (Red+Green+Blue) = 76+111+195=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 195 (76.56% from 255 or 51.05% from 382); Max value from RGB is 195 - color contains mainly: blue. Hex color #4C6FC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6FC3 is #B3903C. Grayscale: #6D6D6D. Windows color (decimal): -11767869 or 12808012. OLE color: 12808012.

HSL color Cylindrical-coordinate representation of color #4C6FC3: hue angle of 222.35º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C6FC3 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 76 111 195 -
CMYK 0.61 0.43 0 0.24
HSL 222.35º 0.5% 0.53% -
HSV(B) 222.35º 0.61% 0.76% -
XYZ 18.52 16.85 53.91 -
YUV 110.11 175.9 103.67 -
System Red Green Blue C M Y K H S L
Decimal 76 111 195 0.61 0.43 0 0.24 222.35 0.5 0.53
Hex 4C 6F C3 3D 2B 0 18 DE 32 35
Octal 114 157 303 75 53 0 30 336 62 65
Binary 1001100 1101111 11000011 111101 101011 0 11000 11011110 110010 110101

Color Harmonies of #4C6FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6FC3

Black with #4C6FC3

Text Example


Text Example

White with #4C6FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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