#4B7ACD

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

Shades of Havelock Blue #4B7ACD

Tints of Havelock Blue #4B7ACD

Color information

#4B7ACD (or 0x4B7ACD) is unknown color: approx Havelock Blue. HEX triplet: 4B, 7A and CD. RGB value is (75,122,205). Sum of RGB (Red+Green+Blue) = 75+122+205=402 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.66% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B7ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7ACD is #B48532. Grayscale: #757575. Windows color (decimal): -11830579 or 13466187. OLE color: 13466187.

HSL color Cylindrical-coordinate representation of color #4B7ACD: hue angle of 218.31º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B7ACD is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB75122205-
CMYK0.630.4000.20
HSL218.31º56.52%54.9%-
HSV(B)218.31º63.41%80.39%-
XYZ20.8819.8260.48-
YUV117.41177.4397.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.66%
GREEN value IS 122 (48.05% from 255) = 30.35%
BLUE value IS 205 (80.47% from 255) = 51.00%
R=18.66%
G=30.35%
B=51.00%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal751222050.630.4000.20218.3156.5254.9
Hex4B7ACD3F28014da3937
Octal11317231577500243327167
Binary100101111110101100110111111110100001010011011010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,122,205); }

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

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

 a { background-color: rgb(75,122,205); }

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

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

 span { border-color: rgb(75,122,205); }

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