#4884DC

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

Shades of Havelock Blue #4884DC

Tints of Havelock Blue #4884DC

Color information

#4884DC (or 0x4884DC) is unknown color: approx Havelock Blue. HEX triplet: 48, 84 and DC. RGB value is (72,132,220). Sum of RGB (Red+Green+Blue) = 72+132+220=424 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.98% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #4884DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4884DC is #B77B23. Grayscale: #7B7B7B. Windows color (decimal): -12024612 or 14451784. OLE color: 14451784.

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

Color convert

RGB72132220-
CMYK0.670.4000.14
HSL215.68º67.89%57.25%-
HSV(B)215.68º67.27%86.27%-
XYZ23.8423.0570.9-
YUV124.09182.1290.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.98%
GREEN value IS 132 (51.95% from 255) = 31.13%
BLUE value IS 220 (86.33% from 255) = 51.89%
R=16.98%
G=31.13%
B=51.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal721322200.670.4000.14215.6867.8957.25
Hex4884DC43280Ed84439
Octal1102043341035001633010471
Binary10010001000010011011100100001110100001110110110001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4884DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4884DC; }

 p { color: rgb(72,132,220); }

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

<style>
 a { background-color: #4884DC; }

 a { background-color: rgb(72,132,220); }

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

<style>
 span { border-color: #4884DC; }

 span { border-color: rgb(72,132,220); }

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