#048198

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

Shades of Eastern Blue #048198

Tints of Eastern Blue #048198

Color information

#048198 (or 0x048198) is unknown color: approx Eastern Blue. HEX triplet: 04, 81 and 98. RGB value is (4,129,152). Sum of RGB (Red+Green+Blue) = 4+129+152=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #048198 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048198 is #FB7E67. Grayscale: #5E5E5E. Windows color (decimal): -16481896 or 9994500. OLE color: 9994500.

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

Color convert

RGB4129152-
CMYK0.970.1500.40
HSL189.32º94.87%30.59%-
HSV(B)189.32º97.37%59.61%-
XYZ13.5717.9932.46-
YUV94.25160.5963.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.40%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 152 (59.77% from 255) = 53.33%
R=1.40%
G=45.26%
B=53.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41291520.970.1500.40189.3294.8730.59
Hex4819861F028bd5f1f
Octal42012301411705027513737
Binary100100000011001100011000011111010100010111101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048198; }

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

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

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

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

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

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

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

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