#4B7DCA

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

Shades of Havelock Blue #4B7DCA

Tints of Havelock Blue #4B7DCA

Color information

#4B7DCA (or 0x4B7DCA) is unknown color: approx Havelock Blue. HEX triplet: 4B, 7D and CA. RGB value is (75,125,202). Sum of RGB (Red+Green+Blue) = 75+125+202=402 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.66% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B7DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7DCA is #B48235. Grayscale: #767676. Windows color (decimal): -11829814 or 13270347. OLE color: 13270347.

HSL color Cylindrical-coordinate representation of color #4B7DCA: hue angle of 216.38º 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 #4B7DCA is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB75125202-
CMYK0.630.3800.21
HSL216.38º54.51%54.31%-
HSV(B)216.38º62.87%79.22%-
XYZ20.920.4358.72-
YUV118.83174.9496.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.66%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=18.66%
G=31.09%
B=50.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal751252020.630.3800.21216.3854.5154.31
Hex4B7DCA3F26015d83736
Octal11317531277460253306766
Binary100101111111011100101011111110011001010111011000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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