#048C99

Color #048C99 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #048C99

Tints of Eastern Blue #048C99

Color information

#048C99 (or 0x048C99) is unknown color: approx Eastern Blue. HEX triplet: 04, 8C and 99. RGB value is (4,140,153). Sum of RGB (Red+Green+Blue) = 4+140+153=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #048C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048C99 is #FB7366. Grayscale: #646464. Windows color (decimal): -16479079 or 10062852. OLE color: 10062852.

HSL color Cylindrical-coordinate representation of color #048C99: hue angle of 185.23º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048C99 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4140153-
CMYK0.970.0800.4
HSL185.23º94.9%30.78%-
HSV(B)185.23º97.39%60%-
XYZ15.1821.0833.41-
YUV100.82157.4458.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.35%
GREEN value IS 140 (55.08% from 255) = 47.14%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=1.35%
G=47.14%
B=51.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41401530.970.0800.4185.2394.930.78
Hex48C99618028b95f1f
Octal42142311411005027113737
Binary100100011001001100111000011000010100010111001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048C99; }

 p { color: rgb(4,140,153); }

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

<style>
 a { background-color: #048C99; }

 a { background-color: rgb(4,140,153); }

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

<style>
 span { border-color: #048C99; }

 span { border-color: rgb(4,140,153); }

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