Html Css Color HEX #4480CA Havelock Blue

📋 copy color: '#4480CA'

red 68 ◦ green 128 ◦ blue 202

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

Shades of Havelock Blue #4480CA

Tints of Havelock Blue #4480CA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.16%

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

R = 17.09%
G = 32.16%
B = 50.75%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4480CA (or 0x4480CA) is known color: Havelock Blue. HEX triplet: 44, 80 and CA. RGB value is (68,128,202). Sum of RGB (Red+Green+Blue) = 68+128+202=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #4480CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4480CA is #BB7F35. Grayscale: #767676. Windows color (decimal): -12287798 or 13271108. OLE color: 13271108.

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

Color convert

RGB 68 128 202 -
CMYK 0.66 0.37 0 0.21
HSL 213.13º 0.56% 0.53% -
HSV(B) 213.13º 0.66% 0.79% -
XYZ 20.76 20.93 58.82 -
YUV 118.5 175.12 91.98 -
System Red Green Blue C M Y K H S L
Decimal 68 128 202 0.66 0.37 0 0.21 213.13 0.56 0.53
Hex 44 80 CA 42 25 0 15 D5 38 35
Octal 104 200 312 102 45 0 25 325 70 65
Binary 1000100 10000000 11001010 1000010 100101 0 10101 11010101 111000 110101

Color Harmonies of #4480CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4480CA

Black with #4480CA

Text Example


Text Example

White with #4480CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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