#4B73CA

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

Shades of Havelock Blue #4B73CA

Tints of Havelock Blue #4B73CA

Color information

#4B73CA (or 0x4B73CA) is unknown color: approx Havelock Blue. HEX triplet: 4B, 73 and CA. RGB value is (75,115,202). Sum of RGB (Red+Green+Blue) = 75+115+202=392 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.13% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B73CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B73CA is #B48C35. Grayscale: #707070. Windows color (decimal): -11832374 or 13267787. OLE color: 13267787.

HSL color Cylindrical-coordinate representation of color #4B73CA: hue angle of 221.1º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B73CA is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB75115202-
CMYK0.630.4300.21
HSL221.1º54.51%54.31%-
HSV(B)221.1º62.87%79.22%-
XYZ19.6918.0258.32-
YUV112.96178.25100.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.13%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 202 (79.30% from 255) = 51.53%
R=19.13%
G=29.34%
B=51.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal751152020.630.4300.21221.154.5154.31
Hex4B73CA3F2B015dd3736
Octal11316331277530253356766
Binary100101111100111100101011111110101101010111011101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B73CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B73CA; }

 p { color: rgb(75,115,202); }

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

<style>
 a { background-color: #4B73CA; }

 a { background-color: rgb(75,115,202); }

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

<style>
 span { border-color: #4B73CA; }

 span { border-color: rgb(75,115,202); }

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