Html Css Color HEX #049BA2 Eastern Blue

📋 copy color: '#049BA2'

red 4 ◦ green 155 ◦ blue 162

#049BA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #049BA2

Tints of Eastern Blue #049BA2

RGB

 RED value IS 4 (1.95% from 255) = 1.25%

 GREEN value IS 155 (60.94% from 255) = 48.29%

 BLUE value IS 162 (63.67% from 255) = 50.47%

R = 1.25%
G = 48.29%
B = 50.47%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#049BA2 (or 0x049BA2) is known color: Eastern Blue. HEX triplet: 04, 9B and A2. RGB value is (4,155,162). Sum of RGB (Red+Green+Blue) = 4+155+162=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #049BA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049BA2 is #FB645D. Grayscale: #6E6E6E. Windows color (decimal): -16475230 or 10656516. OLE color: 10656516.

HSL color Cylindrical-coordinate representation of color #049BA2: hue angle of 182.66º 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 #049BA2 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 4 155 162 -
CMYK 0.98 0.04 0 0.36
HSL 182.66º 0.95% 0.33% -
HSV(B) 182.66º 0.98% 0.64% -
XYZ 18.29 26.08 38.25 -
YUV 110.65 156.97 51.93 -
System Red Green Blue C M Y K H S L
Decimal 4 155 162 0.98 0.04 0 0.36 182.66 0.95 0.33
Hex 4 9B A2 62 4 0 24 B7 5F 21
Octal 4 233 242 142 4 0 44 267 137 41
Binary 100 10011011 10100010 1100010 100 0 100100 10110111 1011111 100001

Color Harmonies of #049BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049BA2

Black with #049BA2

Text Example


Text Example

White with #049BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049BA2; }

 p { color: rgb(4,155,162); }

 H1.HeaderClassName
 {
   color: #049BA2;
 }
 .AnyTagClassName
 {
   color: #049BA2;
 }
</style>

background-color css

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

 a { background-color: rgb(4,155,162); }

 div.DivClassName
 {
   background-color: #049BA2;
 }
 .BgClassName
 {
   background-color: #049BA2;
 }
</style>

border-color css

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

 span { border-color: rgb(4,155,162); }

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