#048895

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

Shades of Eastern Blue #048895

Tints of Eastern Blue #048895

Color information

#048895 (or 0x048895) is unknown color: approx Eastern Blue. HEX triplet: 04, 88 and 95. RGB value is (4,136,149). Sum of RGB (Red+Green+Blue) = 4+136+149=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #048895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048895 is #FB776A. Grayscale: #616161. Windows color (decimal): -16480107 or 9799684. OLE color: 9799684.

HSL color Cylindrical-coordinate representation of color #048895: hue angle of 185.38º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048895 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4136149-
CMYK0.970.0900.42
HSL185.38º94.77%30%-
HSV(B)185.38º97.32%58.43%-
XYZ14.2819.831.5-
YUV98.01156.7760.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.38%
GREEN value IS 136 (53.52% from 255) = 47.06%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=1.38%
G=47.06%
B=51.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41361490.970.0900.42185.3894.7730
Hex4889561902Ab95f1e
Octal42102251411105227113736
Binary100100010001001010111000011001010101010111001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048895; }

 p { color: rgb(4,136,149); }

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

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

 a { background-color: rgb(4,136,149); }

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

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

 span { border-color: rgb(4,136,149); }

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