#4575ca

Color #4575CA Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4575CA

Tints of Havelock Blue #4575CA

Color information

#4575CA (or 0x4575CA) is unknown color: approx Havelock Blue. HEX triplet: 45, 75 and CA. RGB value is (69,117,202). Sum of RGB (Red+Green+Blue) = 69+117+202=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #4575CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4575CA is #BA8A35. Grayscale: #6F6F6F. Windows color (decimal): -12225078 or 13268293. OLE color: 13268293.

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

Color convert

RGB69117202-
CMYK0.660.4200.21
HSL218.35º55.65%53.14%-
HSV(B)218.35º65.84%79.22%-
XYZ19.4818.2558.37-
YUV112.34178.697.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.78%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 202 (79.30% from 255) = 52.06%
R=17.78%
G=30.15%
B=52.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal691172020.660.4200.21218.3555.6553.14
Hex4575CA422A015da3835
Octal105165312102520253327065
Binary1000101111010111001010100001010101001010111011010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4575ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4575ca; }

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

 H1.HeaderClassName
 {
   color: #4575ca;
 }
 .AnyTagClassName
 {
   color: #4575ca;
 }
</style>
background-color css

<style>
 a { background-color: #4575ca; }

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

 div.DivClassName
 {
   background-color: #4575ca;
 }
 .BgClassName
 {
   background-color: #4575ca;
 }
</style>
border-color css

<style>
 span { border-color: #4575ca; }

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

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