#4B86D5

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

Shades of Havelock Blue #4B86D5

Tints of Havelock Blue #4B86D5

Color information

#4B86D5 (or 0x4B86D5) is unknown color: approx Havelock Blue. HEX triplet: 4B, 86 and D5. RGB value is (75,134,213). Sum of RGB (Red+Green+Blue) = 75+134+213=422 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.77% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #4B86D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B86D5 is #B4792A. Grayscale: #7C7C7C. Windows color (decimal): -11827499 or 13993547. OLE color: 13993547.

HSL color Cylindrical-coordinate representation of color #4B86D5: hue angle of 214.35º 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 #4B86D5 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB75134213-
CMYK0.650.3700.16
HSL214.35º62.16%56.47%-
HSV(B)214.35º64.79%83.53%-
XYZ23.4423.3566.22-
YUV125.36177.4592.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.77%
GREEN value IS 134 (52.73% from 255) = 31.75%
BLUE value IS 213 (83.59% from 255) = 50.47%
R=17.77%
G=31.75%
B=50.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal751342130.650.3700.16214.3562.1656.47
Hex4B86D54125010d63e38
Octal113206325101450203267670
Binary10010111000011011010101100000110010101000011010110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B86D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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