#048596

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

Shades of Eastern Blue #048596

Tints of Eastern Blue #048596

Color information

#048596 (or 0x048596) is unknown color: approx Eastern Blue. HEX triplet: 04, 85 and 96. RGB value is (4,133,150). Sum of RGB (Red+Green+Blue) = 4+133+150=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #048596 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048596 is #FB7A69. Grayscale: #606060. Windows color (decimal): -16480874 or 9864452. OLE color: 9864452.

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

Color convert

RGB4133150-
CMYK0.970.1100.41
HSL186.99º94.81%30.2%-
HSV(B)186.99º97.33%58.82%-
XYZ13.941931.79-
YUV96.37158.2662.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.39%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 150 (58.98% from 255) = 52.26%
R=1.39%
G=46.34%
B=52.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41331500.970.1100.41186.9994.8130.2
Hex4859661B029bb5f1e
Octal42052261411305127313736
Binary100100001011001011011000011011010100110111011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048596; }

 p { color: rgb(4,133,150); }

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

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

 a { background-color: rgb(4,133,150); }

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

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

 span { border-color: rgb(4,133,150); }

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