Html Css Color HEX #4477CA Havelock Blue

📋 copy color: '#4477CA'

red 68 ◦ green 119 ◦ blue 202

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

Shades of Havelock Blue #4477CA

Tints of Havelock Blue #4477CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.59%

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

R = 17.48%
G = 30.59%
B = 51.93%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4477CA (or 0x4477CA) is known color: Havelock Blue. HEX triplet: 44, 77 and CA. RGB value is (68,119,202). Sum of RGB (Red+Green+Blue) = 68+119+202=389 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.48% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #4477CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4477CA is #BB8835. Grayscale: #707070. Windows color (decimal): -12290102 or 13268804. OLE color: 13268804.

HSL color Cylindrical-coordinate representation of color #4477CA: hue angle of 217.16º 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 #4477CA is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 119 202 -
CMYK 0.66 0.41 0 0.21
HSL 217.16º 0.56% 0.53% -
HSV(B) 217.16º 0.66% 0.79% -
XYZ 19.64 18.69 58.45 -
YUV 113.21 178.1 95.75 -
System Red Green Blue C M Y K H S L
Decimal 68 119 202 0.66 0.41 0 0.21 217.16 0.56 0.53
Hex 44 77 CA 42 29 0 15 D9 38 35
Octal 104 167 312 102 51 0 25 331 70 65
Binary 1000100 1110111 11001010 1000010 101001 0 10101 11011001 111000 110101

Color Harmonies of #4477CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4477CA

Black with #4477CA

Text Example


Text Example

White with #4477CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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