#4B8DD3

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

Shades of Havelock Blue #4B8DD3

Tints of Havelock Blue #4B8DD3

Color information

#4B8DD3 (or 0x4B8DD3) is unknown color: approx Havelock Blue. HEX triplet: 4B, 8D and D3. RGB value is (75,141,211). Sum of RGB (Red+Green+Blue) = 75+141+211=427 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.56% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 211 (82.81% from 255 or 49.41% from 427); Max value from RGB is 211 - color contains mainly: blue. Hex color #4B8DD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8DD3 is #B4722C. Grayscale: #808080. Windows color (decimal): -11825709 or 13864267. OLE color: 13864267.

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

Color convert

RGB75141211-
CMYK0.640.3300.17
HSL210.88º60.71%56.08%-
HSV(B)210.88º64.45%82.75%-
XYZ24.1825.2565.23-
YUV129.25174.1389.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.56%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 211 (82.81% from 255) = 49.41%
R=17.56%
G=33.02%
B=49.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal751412110.640.3300.17210.8860.7156.08
Hex4B8DD34021011d33d38
Octal113215323100410213237570
Binary10010111000110111010011100000010000101000111010011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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