Html Css Color HEX #4585CA Havelock Blue

📋 copy color: '#4585CA'

red 69 ◦ green 133 ◦ blue 202

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

Shades of Havelock Blue #4585CA

Tints of Havelock Blue #4585CA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.92%

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

R = 17.08%
G = 32.92%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4585CA (or 0x4585CA) is known color: Havelock Blue. HEX triplet: 45, 85 and CA. RGB value is (69,133,202). Sum of RGB (Red+Green+Blue) = 69+133+202=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #4585CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4585CA is #BA7A35. Grayscale: #797979. Windows color (decimal): -12220982 or 13272389. OLE color: 13272389.

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

Color convert

RGB 69 133 202 -
CMYK 0.66 0.34 0 0.21
HSL 211.13º 0.56% 0.53% -
HSV(B) 211.13º 0.66% 0.79% -
XYZ 21.5 22.3 59.05 -
YUV 121.73 173.3 90.39 -
System Red Green Blue C M Y K H S L
Decimal 69 133 202 0.66 0.34 0 0.21 211.13 0.56 0.53
Hex 45 85 CA 42 22 0 15 D3 38 35
Octal 105 205 312 102 42 0 25 323 70 65
Binary 1000101 10000101 11001010 1000010 100010 0 10101 11010011 111000 110101

Color Harmonies of #4585CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4585CA

Black with #4585CA

Text Example


Text Example

White with #4585CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,133,202); }

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

background-color css

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

 a { background-color: rgb(69,133,202); }

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

border-color css

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

 span { border-color: rgb(69,133,202); }

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