Html Css Color HEX #4584CB Havelock Blue

📋 copy color: '#4584CB'

red 69 ◦ green 132 ◦ blue 203

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

Shades of Havelock Blue #4584CB

Tints of Havelock Blue #4584CB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

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

R = 17.08%
G = 32.67%
B = 50.25%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4584CB (or 0x4584CB) is known color: Havelock Blue. HEX triplet: 45, 84 and CB. RGB value is (69,132,203). Sum of RGB (Red+Green+Blue) = 69+132+203=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #4584CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4584CB is #BA7B34. Grayscale: #787878. Windows color (decimal): -12221237 or 13337669. OLE color: 13337669.

HSL color Cylindrical-coordinate representation of color #4584CB: hue angle of 211.79º 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 #4584CB is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 132 203 -
CMYK 0.66 0.35 0 0.20
HSL 211.79º 0.56% 0.53% -
HSV(B) 211.79º 0.66% 0.8% -
XYZ 21.49 22.08 59.63 -
YUV 121.26 174.13 90.73 -
System Red Green Blue C M Y K H S L
Decimal 69 132 203 0.66 0.35 0 0.20 211.79 0.56 0.53
Hex 45 84 CB 42 23 0 14 D4 38 35
Octal 105 204 313 102 43 0 24 324 70 65
Binary 1000101 10000100 11001011 1000010 100011 0 10100 11010100 111000 110101

Color Harmonies of #4584CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4584CB

Black with #4584CB

Text Example


Text Example

White with #4584CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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