#0490A5

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

Shades of Eastern Blue #0490A5

Tints of Eastern Blue #0490A5

Color information

#0490A5 (or 0x0490A5) is unknown color: approx Eastern Blue. HEX triplet: 04, 90 and A5. RGB value is (4,144,165). Sum of RGB (Red+Green+Blue) = 4+144+165=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 165 (64.84% from 255 or 52.72% from 313); Max value from RGB is 165 - color contains mainly: blue. Hex color #0490A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0490A5 is #FB6F5A. Grayscale: #686868. Windows color (decimal): -16478043 or 10850308. OLE color: 10850308.

HSL color Cylindrical-coordinate representation of color #0490A5: hue angle of 187.83º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0490A5 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4144165-
CMYK0.980.1300.35
HSL187.83º95.27%33.14%-
HSV(B)187.83º97.58%64.71%-
XYZ16.8122.6939.09-
YUV104.53162.1256.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.28%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 165 (64.84% from 255) = 52.72%
R=1.28%
G=46.01%
B=52.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41441650.980.1300.35187.8395.2733.14
Hex490A562D023bc5f21
Octal42202451421504327413741
Binary1001001000010100101110001011010100011101111001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0490A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0490A5; }

 p { color: rgb(4,144,165); }

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

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

 a { background-color: rgb(4,144,165); }

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

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

 span { border-color: rgb(4,144,165); }

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