#048DA8

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

Shades of Eastern Blue #048DA8

Tints of Eastern Blue #048DA8

Color information

#048DA8 (or 0x048DA8) is unknown color: approx Eastern Blue. HEX triplet: 04, 8D and A8. RGB value is (4,141,168). Sum of RGB (Red+Green+Blue) = 4+141+168=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 168 (66.02% from 255 or 53.67% from 313); Max value from RGB is 168 - color contains mainly: blue. Hex color #048DA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048DA8 is #FB7257. Grayscale: #666666. Windows color (decimal): -16478808 or 11046148. OLE color: 11046148.

HSL color Cylindrical-coordinate representation of color #048DA8: hue angle of 189.88º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048DA8 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4141168-
CMYK0.980.1600.34
HSL189.88º95.35%33.73%-
HSV(B)189.88º97.62%65.88%-
XYZ16.6421.940.4-
YUV103.12164.6157.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.28%
GREEN value IS 141 (55.47% from 255) = 45.05%
BLUE value IS 168 (66.02% from 255) = 53.67%
R=1.28%
G=45.05%
B=53.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal41411680.980.1600.34189.8895.3533.73
Hex48DA86210022be5f22
Octal42152501422004227613742
Binary10010001101101010001100010100000100010101111101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048DA8; }

 p { color: rgb(4,141,168); }

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

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

 a { background-color: rgb(4,141,168); }

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

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

 span { border-color: rgb(4,141,168); }

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