Html Css Color HEX #4774CB Havelock Blue

📋 copy color: '#4774CB'

red 71 ◦ green 116 ◦ blue 203

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

Shades of Havelock Blue #4774CB

Tints of Havelock Blue #4774CB

RGB

 RED value IS 71 (28.13% from 255) = 18.21%

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

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

R = 18.21%
G = 29.74%
B = 52.05%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4774CB (or 0x4774CB) is known color: Havelock Blue. HEX triplet: 47, 74 and CB. RGB value is (71,116,203). Sum of RGB (Red+Green+Blue) = 71+116+203=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #4774CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4774CB is #B88B34. Grayscale: #707070. Windows color (decimal): -12094261 or 13333575. OLE color: 13333575.

HSL color Cylindrical-coordinate representation of color #4774CB: hue angle of 219.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4774CB is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 116 203 -
CMYK 0.65 0.43 0 0.20
HSL 219.55º 0.56% 0.54% -
HSV(B) 219.55º 0.65% 0.8% -
XYZ 19.62 18.14 58.97 -
YUV 112.46 179.09 98.43 -
System Red Green Blue C M Y K H S L
Decimal 71 116 203 0.65 0.43 0 0.20 219.55 0.56 0.54
Hex 47 74 CB 41 2B 0 14 DC 38 36
Octal 107 164 313 101 53 0 24 334 70 66
Binary 1000111 1110100 11001011 1000001 101011 0 10100 11011100 111000 110110

Color Harmonies of #4774CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4774CB

Black with #4774CB

Text Example


Text Example

White with #4774CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4774CB; }

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

 H1.HeaderClassName
 {
   color: #4774CB;
 }
 .AnyTagClassName
 {
   color: #4774CB;
 }
</style>

background-color css

<style>
 a { background-color: #4774CB; }

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

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

border-color css

<style>
 span { border-color: #4774CB; }

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

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