#488bda

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

Shades of Havelock Blue #488BDA

Tints of Havelock Blue #488BDA

Color information

#488BDA (or 0x488BDA) is unknown color: approx Havelock Blue. HEX triplet: 48, 8B and DA. RGB value is (72,139,218). Sum of RGB (Red+Green+Blue) = 72+139+218=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #488BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BDA is #B77425. Grayscale: #7F7F7F. Windows color (decimal): -12022822 or 14322504. OLE color: 14322504.

HSL color Cylindrical-coordinate representation of color #488BDA: hue angle of 212.47º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488BDA is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB72139218-
CMYK0.670.3600.15
HSL212.47º66.36%56.86%-
HSV(B)212.47º66.97%85.49%-
XYZ24.5624.969.84-
YUV127.97178.888.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.78%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 218 (85.55% from 255) = 50.82%
R=16.78%
G=32.40%
B=50.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal721392180.670.3600.15212.4766.3656.86
Hex488BDA43240Fd44239
Octal1102133321034401732410271
Binary10010001000101111011010100001110010001111110101001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488bda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,139,218); }

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

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

 a { background-color: rgb(72,139,218); }

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

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

 span { border-color: rgb(72,139,218); }

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