#048192

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

Shades of Eastern Blue #048192

Tints of Eastern Blue #048192

Color information

#048192 (or 0x048192) is unknown color: approx Eastern Blue. HEX triplet: 04, 81 and 92. RGB value is (4,129,146). Sum of RGB (Red+Green+Blue) = 4+129+146=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #048192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048192 is #FB7E6D. Grayscale: #5D5D5D. Windows color (decimal): -16481902 or 9601284. OLE color: 9601284.

HSL color Cylindrical-coordinate representation of color #048192: hue angle of 187.18º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048192 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4129146-
CMYK0.970.1200.43
HSL187.18º94.67%29.41%-
HSV(B)187.18º97.26%57.25%-
XYZ13.0917.829.94-
YUV93.56157.5964.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.43%
GREEN value IS 129 (50.78% from 255) = 46.24%
BLUE value IS 146 (57.42% from 255) = 52.33%
R=1.43%
G=46.24%
B=52.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41291460.970.1200.43187.1894.6729.41
Hex4819261C02Bbb5f1d
Octal42012221411405327313735
Binary100100000011001001011000011100010101110111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048192; }

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

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

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

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

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

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

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

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