#4B7ED5

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

Shades of Havelock Blue #4B7ED5

Tints of Havelock Blue #4B7ED5

Color information

#4B7ED5 (or 0x4B7ED5) is unknown color: approx Havelock Blue. HEX triplet: 4B, 7E and D5. RGB value is (75,126,213). Sum of RGB (Red+Green+Blue) = 75+126+213=414 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.12% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #4B7ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7ED5 is #B4812A. Grayscale: #787878. Windows color (decimal): -11829547 or 13991499. OLE color: 13991499.

HSL color Cylindrical-coordinate representation of color #4B7ED5: hue angle of 217.83º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B7ED5 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB75126213-
CMYK0.650.4100.16
HSL217.83º62.16%56.47%-
HSV(B)217.83º64.79%83.53%-
XYZ22.3721.2265.87-
YUV120.67180.195.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.12%
GREEN value IS 126 (49.61% from 255) = 30.43%
BLUE value IS 213 (83.59% from 255) = 51.45%
R=18.12%
G=30.43%
B=51.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal751262130.650.4100.16217.8362.1656.47
Hex4B7ED54129010da3e38
Octal113176325101510203327670
Binary1001011111111011010101100000110100101000011011010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,126,213); }

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

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

 a { background-color: rgb(75,126,213); }

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

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

 span { border-color: rgb(75,126,213); }

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