#4B8DD4

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

Shades of Havelock Blue #4B8DD4

Tints of Havelock Blue #4B8DD4

Color information

#4B8DD4 (or 0x4B8DD4) is unknown color: approx Havelock Blue. HEX triplet: 4B, 8D and D4. RGB value is (75,141,212). Sum of RGB (Red+Green+Blue) = 75+141+212=428 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.52% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 212 (83.20% from 255 or 49.53% from 428); Max value from RGB is 212 - color contains mainly: blue. Hex color #4B8DD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8DD4 is #B4722B. Grayscale: #818181. Windows color (decimal): -11825708 or 13929803. OLE color: 13929803.

HSL color Cylindrical-coordinate representation of color #4B8DD4: hue angle of 211.09º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B8DD4 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB75141212-
CMYK0.650.3300.17
HSL211.09º61.43%56.27%-
HSV(B)211.09º64.62%83.14%-
XYZ24.3125.365.89-
YUV129.36174.6389.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.52%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 212 (83.20% from 255) = 49.53%
R=17.52%
G=32.94%
B=49.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal751412120.650.3300.17211.0961.4356.27
Hex4B8DD44121011d33d38
Octal113215324101410213237570
Binary10010111000110111010100100000110000101000111010011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,141,212); }

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

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

 a { background-color: rgb(75,141,212); }

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

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

 span { border-color: rgb(75,141,212); }

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