#0499A3

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

Shades of Eastern Blue #0499A3

Tints of Eastern Blue #0499A3

Color information

#0499A3 (or 0x0499A3) is unknown color: approx Eastern Blue. HEX triplet: 04, 99 and A3. RGB value is (4,153,163). Sum of RGB (Red+Green+Blue) = 4+153+163=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 163 (64.06% from 255 or 50.94% from 320); Max value from RGB is 163 - color contains mainly: blue. Hex color #0499A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0499A3 is #FB665C. Grayscale: #6D6D6D. Windows color (decimal): -16475741 or 10721540. OLE color: 10721540.

HSL color Cylindrical-coordinate representation of color #0499A3: hue angle of 183.77º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0499A3 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4153163-
CMYK0.980.0600.36
HSL183.77º95.21%32.75%-
HSV(B)183.77º97.55%63.92%-
XYZ18.0525.4538.61-
YUV109.59158.1452.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.25%
GREEN value IS 153 (60.16% from 255) = 47.81%
BLUE value IS 163 (64.06% from 255) = 50.94%
R=1.25%
G=47.81%
B=50.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41531630.980.0600.36183.7795.2132.75
Hex499A3626024b85f21
Octal4231243142604427013741
Binary100100110011010001111000101100100100101110001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0499A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0499A3; }

 p { color: rgb(4,153,163); }

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

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

 a { background-color: rgb(4,153,163); }

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

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

 span { border-color: rgb(4,153,163); }

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