#048398

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

Shades of Eastern Blue #048398

Tints of Eastern Blue #048398

Color information

#048398 (or 0x048398) is unknown color: approx Eastern Blue. HEX triplet: 04, 83 and 98. RGB value is (4,131,152). Sum of RGB (Red+Green+Blue) = 4+131+152=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #048398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048398 is #FB7C67. Grayscale: #5F5F5F. Windows color (decimal): -16481384 or 9995012. OLE color: 9995012.

HSL color Cylindrical-coordinate representation of color #048398: hue angle of 188.51º 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 #048398 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4131152-
CMYK0.970.1400.40
HSL188.51º94.87%30.59%-
HSV(B)188.51º97.37%59.61%-
XYZ13.8318.5332.55-
YUV95.42159.9262.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.39%
GREEN value IS 131 (51.56% from 255) = 45.64%
BLUE value IS 152 (59.77% from 255) = 52.96%
R=1.39%
G=45.64%
B=52.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41311520.970.1400.40188.5194.8730.59
Hex4839861E028bd5f1f
Octal42032301411605027513737
Binary100100000111001100011000011110010100010111101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048398; }

 p { color: rgb(4,131,152); }

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

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

 a { background-color: rgb(4,131,152); }

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

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

 span { border-color: rgb(4,131,152); }

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