#4C84DB

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

Shades of Havelock Blue #4C84DB

Tints of Havelock Blue #4C84DB

Color information

#4C84DB (or 0x4C84DB) is unknown color: approx Havelock Blue. HEX triplet: 4C, 84 and DB. RGB value is (76,132,219). Sum of RGB (Red+Green+Blue) = 76+132+219=427 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.80% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C84DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C84DB is #B37B24. Grayscale: #7C7C7C. Windows color (decimal): -11762469 or 14386252. OLE color: 14386252.

HSL color Cylindrical-coordinate representation of color #4C84DB: hue angle of 216.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C84DB is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB76132219-
CMYK0.650.4000.14
HSL216.5º66.51%57.84%-
HSV(B)216.5º65.3%85.88%-
XYZ24.0223.1570.22-
YUV125.17180.9592.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.80%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 219 (85.94% from 255) = 51.29%
R=17.80%
G=30.91%
B=51.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal761322190.650.4000.14216.566.5157.84
Hex4C84DB41280Ed9433a
Octal1142043331015001633110372
Binary10011001000010011011011100000110100001110110110011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C84DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,132,219); }

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

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

 a { background-color: rgb(76,132,219); }

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

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

 span { border-color: rgb(76,132,219); }

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