Html Css Color HEX #4C74CB Havelock Blue

📋 copy color: '#4C74CB'

red 76 ◦ green 116 ◦ blue 203

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

Shades of Havelock Blue #4C74CB

Tints of Havelock Blue #4C74CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.37%

 BLUE value IS 203 (79.69% from 255) = 51.39%

R = 19.24%
G = 29.37%
B = 51.39%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C74CB (or 0x4C74CB) is known color: Havelock Blue. HEX triplet: 4C, 74 and CB. RGB value is (76,116,203). Sum of RGB (Red+Green+Blue) = 76+116+203=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C74CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C74CB is #B38B34. Grayscale: #717171. Windows color (decimal): -11766581 or 13333580. OLE color: 13333580.

HSL color Cylindrical-coordinate representation of color #4C74CB: hue angle of 221.1º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C74CB is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 116 203 -
CMYK 0.63 0.43 0 0.20
HSL 221.1º 0.55% 0.55% -
HSV(B) 221.1º 0.63% 0.8% -
XYZ 20.01 18.34 58.99 -
YUV 113.96 178.25 100.93 -
System Red Green Blue C M Y K H S L
Decimal 76 116 203 0.63 0.43 0 0.20 221.1 0.55 0.55
Hex 4C 74 CB 3F 2B 0 14 DD 37 37
Octal 114 164 313 77 53 0 24 335 67 67
Binary 1001100 1110100 11001011 111111 101011 0 10100 11011101 110111 110111

Color Harmonies of #4C74CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C74CB

Black with #4C74CB

Text Example


Text Example

White with #4C74CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,116,203); }

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

background-color css

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

 a { background-color: rgb(76,116,203); }

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

border-color css

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

 span { border-color: rgb(76,116,203); }

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