#488DC8

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

Shades of Havelock Blue #488DC8

Tints of Havelock Blue #488DC8

Color information

#488DC8 (or 0x488DC8) is unknown color: approx Havelock Blue. HEX triplet: 48, 8D and C8. RGB value is (72,141,200). Sum of RGB (Red+Green+Blue) = 72+141+200=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #488DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DC8 is #B77237. Grayscale: #7E7E7E. Windows color (decimal): -12022328 or 13143368. OLE color: 13143368.

HSL color Cylindrical-coordinate representation of color #488DC8: hue angle of 207.66º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #488DC8 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB72141200-
CMYK0.640.2900.22
HSL207.66º53.78%53.33%-
HSV(B)207.66º64%78.43%-
XYZ22.6224.658.2-
YUV127.09169.1488.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.43%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 200 (78.52% from 255) = 48.43%
R=17.43%
G=34.14%
B=48.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal721412000.640.2900.22207.6653.7853.33
Hex488DC8401D016d03635
Octal110215310100350263206665
Binary1001000100011011100100010000001110101011011010000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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