#048092

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

Shades of Eastern Blue #048092

Tints of Eastern Blue #048092

Color information

#048092 (or 0x048092) is unknown color: approx Eastern Blue. HEX triplet: 04, 80 and 92. RGB value is (4,128,146). Sum of RGB (Red+Green+Blue) = 4+128+146=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #048092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048092 is #FB7F6D. Grayscale: #5C5C5C. Windows color (decimal): -16482158 or 9601028. OLE color: 9601028.

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

Color convert

RGB4128146-
CMYK0.970.1200.43
HSL187.61º94.67%29.41%-
HSV(B)187.61º97.26%57.25%-
XYZ12.9617.5429.9-
YUV92.98157.9264.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.44%
GREEN value IS 128 (50.39% from 255) = 46.04%
BLUE value IS 146 (57.42% from 255) = 52.52%
R=1.44%
G=46.04%
B=52.52%

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
Decimal41281460.970.1200.43187.6194.6729.41
Hex4809261C02Bbc5f1d
Octal42002221411405327413735
Binary100100000001001001011000011100010101110111100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048092; }

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

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

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

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

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

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

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

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