#048298

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

Shades of Eastern Blue #048298

Tints of Eastern Blue #048298

Color information

#048298 (or 0x048298) is unknown color: approx Eastern Blue. HEX triplet: 04, 82 and 98. RGB value is (4,130,152). Sum of RGB (Red+Green+Blue) = 4+130+152=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #048298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048298 is #FB7D67. Grayscale: #5E5E5E. Windows color (decimal): -16481640 or 9994756. OLE color: 9994756.

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

Color convert

RGB4130152-
CMYK0.970.1400.40
HSL188.92º94.87%30.59%-
HSV(B)188.92º97.37%59.61%-
XYZ13.718.2632.51-
YUV94.83160.2663.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.40%
GREEN value IS 130 (51.17% from 255) = 45.45%
BLUE value IS 152 (59.77% from 255) = 53.15%
R=1.40%
G=45.45%
B=53.15%

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
Decimal41301520.970.1400.40188.9294.8730.59
Hex4829861E028bd5f1f
Octal42022301411605027513737
Binary100100000101001100011000011110010100010111101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048298; }

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

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

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

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

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

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

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

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