Html Css Color HEX #4476CA Havelock Blue

📋 copy color: '#4476CA'

red 68 ◦ green 118 ◦ blue 202

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

Shades of Havelock Blue #4476CA

Tints of Havelock Blue #4476CA

RGB

 RED value IS 68 (26.95% from 255) = 17.53%

 GREEN value IS 118 (46.48% from 255) = 30.41%

 BLUE value IS 202 (79.3% from 255) = 52.06%

R = 17.53%
G = 30.41%
B = 52.06%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4476CA (or 0x4476CA) is known color: Havelock Blue. HEX triplet: 44, 76 and CA. RGB value is (68,118,202). Sum of RGB (Red+Green+Blue) = 68+118+202=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #4476CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4476CA is #BB8935. Grayscale: #707070. Windows color (decimal): -12290358 or 13268548. OLE color: 13268548.

HSL color Cylindrical-coordinate representation of color #4476CA: hue angle of 217.61º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4476CA is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 118 202 -
CMYK 0.66 0.42 0 0.21
HSL 217.61º 0.56% 0.53% -
HSV(B) 217.61º 0.66% 0.79% -
XYZ 19.52 18.45 58.41 -
YUV 112.63 178.44 96.17 -
System Red Green Blue C M Y K H S L
Decimal 68 118 202 0.66 0.42 0 0.21 217.61 0.56 0.53
Hex 44 76 CA 42 2A 0 15 DA 38 35
Octal 104 166 312 102 52 0 25 332 70 65
Binary 1000100 1110110 11001010 1000010 101010 0 10101 11011010 111000 110101

Color Harmonies of #4476CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4476CA

Black with #4476CA

Text Example


Text Example

White with #4476CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4476CA; }

 p { color: rgb(68,118,202); }

 H1.HeaderClassName
 {
   color: #4476CA;
 }
 .AnyTagClassName
 {
   color: #4476CA;
 }
</style>

background-color css

<style>
 a { background-color: #4476CA; }

 a { background-color: rgb(68,118,202); }

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

border-color css

<style>
 span { border-color: #4476CA; }

 span { border-color: rgb(68,118,202); }

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