#488DD4

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

Shades of Havelock Blue #488DD4

Tints of Havelock Blue #488DD4

Color information

#488DD4 (or 0x488DD4) is unknown color: approx Havelock Blue. HEX triplet: 48, 8D and D4. RGB value is (72,141,212). Sum of RGB (Red+Green+Blue) = 72+141+212=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 212 (83.20% from 255 or 49.88% from 425); Max value from RGB is 212 - color contains mainly: blue. Hex color #488DD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DD4 is #B7722B. Grayscale: #808080. Windows color (decimal): -12022316 or 13929800. OLE color: 13929800.

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

Color convert

RGB72141212-
CMYK0.660.3300.17
HSL210.43º61.95%55.69%-
HSV(B)210.43º66.04%83.14%-
XYZ24.0825.1865.88-
YUV128.46175.1487.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.94%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 212 (83.20% from 255) = 49.88%
R=16.94%
G=33.18%
B=49.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal721412120.660.3300.17210.4361.9555.69
Hex488DD44221011d23e38
Octal110215324102410213227670
Binary10010001000110111010100100001010000101000111010010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488DD4; }

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

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

<style>
 a { background-color: #488DD4; }

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

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

<style>
 span { border-color: #488DD4; }

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

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