Html Css Color HEX #4474CA Havelock Blue

📋 copy color: '#4474CA'

red 68 ◦ green 116 ◦ blue 202

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

Shades of Havelock Blue #4474CA

Tints of Havelock Blue #4474CA

RGB

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

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

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

R = 17.62%
G = 30.05%
B = 52.33%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4474CA (or 0x4474CA) is known color: Havelock Blue. HEX triplet: 44, 74 and CA. RGB value is (68,116,202). Sum of RGB (Red+Green+Blue) = 68+116+202=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #4474CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4474CA is #BB8B35. Grayscale: #6F6F6F. Windows color (decimal): -12290870 or 13268036. OLE color: 13268036.

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

Color convert

RGB 68 116 202 -
CMYK 0.66 0.43 0 0.21
HSL 218.51º 0.56% 0.53% -
HSV(B) 218.51º 0.66% 0.79% -
XYZ 19.29 17.98 58.33 -
YUV 111.45 179.1 97.01 -
System Red Green Blue C M Y K H S L
Decimal 68 116 202 0.66 0.43 0 0.21 218.51 0.56 0.53
Hex 44 74 CA 42 2B 0 15 DB 38 35
Octal 104 164 312 102 53 0 25 333 70 65
Binary 1000100 1110100 11001010 1000010 101011 0 10101 11011011 111000 110101

Color Harmonies of #4474CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4474CA

Black with #4474CA

Text Example


Text Example

White with #4474CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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