Html Css Color HEX #4580CB Havelock Blue

📋 copy color: '#4580CB'

red 69 ◦ green 128 ◦ blue 203

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

Shades of Havelock Blue #4580CB

Tints of Havelock Blue #4580CB

RGB

 RED value IS 69 (27.34% from 255) = 17.25%

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

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

R = 17.25%
G = 32%
B = 50.75%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4580CB (or 0x4580CB) is known color: Havelock Blue. HEX triplet: 45, 80 and CB. RGB value is (69,128,203). Sum of RGB (Red+Green+Blue) = 69+128+203=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 128 (50.39% from 255 or 32% 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 #4580CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4580CB is #BA7F34. Grayscale: #767676. Windows color (decimal): -12222261 or 13336645. OLE color: 13336645.

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

Color convert

RGB 69 128 203 -
CMYK 0.66 0.37 0 0.20
HSL 213.58º 0.56% 0.53% -
HSV(B) 213.58º 0.66% 0.8% -
XYZ 20.95 21.02 59.45 -
YUV 118.91 175.45 92.4 -
System Red Green Blue C M Y K H S L
Decimal 69 128 203 0.66 0.37 0 0.20 213.58 0.56 0.53
Hex 45 80 CB 42 25 0 14 D6 38 35
Octal 105 200 313 102 45 0 24 326 70 65
Binary 1000101 10000000 11001011 1000010 100101 0 10100 11010110 111000 110101

Color Harmonies of #4580CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4580CB

Black with #4580CB

Text Example


Text Example

White with #4580CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,128,203); }

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

background-color css

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

 a { background-color: rgb(69,128,203); }

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

border-color css

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

 span { border-color: rgb(69,128,203); }

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