Html Css Color HEX #4481CB Havelock Blue

📋 copy color: '#4481CB'

red 68 ◦ green 129 ◦ blue 203

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

Shades of Havelock Blue #4481CB

Tints of Havelock Blue #4481CB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

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

R = 17%
G = 32.25%
B = 50.75%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4481CB (or 0x4481CB) is known color: Havelock Blue. HEX triplet: 44, 81 and CB. RGB value is (68,129,203). Sum of RGB (Red+Green+Blue) = 68+129+203=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #4481CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4481CB is #BB7E34. Grayscale: #767676. Windows color (decimal): -12287541 or 13336900. OLE color: 13336900.

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

Color convert

RGB 68 129 203 -
CMYK 0.67 0.36 0 0.20
HSL 212.89º 0.56% 0.53% -
HSV(B) 212.89º 0.67% 0.8% -
XYZ 21.01 21.24 59.49 -
YUV 119.2 175.29 91.48 -
System Red Green Blue C M Y K H S L
Decimal 68 129 203 0.67 0.36 0 0.20 212.89 0.56 0.53
Hex 44 81 CB 43 24 0 14 D5 38 35
Octal 104 201 313 103 44 0 24 325 70 65
Binary 1000100 10000001 11001011 1000011 100100 0 10100 11010101 111000 110101

Color Harmonies of #4481CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4481CB

Black with #4481CB

Text Example


Text Example

White with #4481CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,129,203); }

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

background-color css

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

 a { background-color: rgb(68,129,203); }

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

border-color css

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

 span { border-color: rgb(68,129,203); }

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