Html Css Color HEX #049099 Eastern Blue

📋 copy color: '#049099'

red 4 ◦ green 144 ◦ blue 153

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

Shades of Eastern Blue #049099

Tints of Eastern Blue #049099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.84%

 BLUE value IS 153 (60.16% from 255) = 50.83%

R = 1.33%
G = 47.84%
B = 50.83%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#049099 (or 0x049099) is known color: Eastern Blue. HEX triplet: 04, 90 and 99. RGB value is (4,144,153). Sum of RGB (Red+Green+Blue) = 4+144+153=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #049099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049099 is #FB6F66. Grayscale: #666666. Windows color (decimal): -16478055 or 10063876. OLE color: 10063876.

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

Color convert

RGB 4 144 153 -
CMYK 0.97 0.06 0 0.4
HSL 183.62º 0.95% 0.31% -
HSV(B) 183.62º 0.97% 0.6% -
XYZ 15.77 22.27 33.6 -
YUV 103.17 156.12 57.27 -
System Red Green Blue C M Y K H S L
Decimal 4 144 153 0.97 0.06 0 0.4 183.62 0.95 0.31
Hex 4 90 99 61 6 0 28 B8 5F 1F
Octal 4 220 231 141 6 0 50 270 137 37
Binary 100 10010000 10011001 1100001 110 0 101000 10111000 1011111 11111

Color Harmonies of #049099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049099

Black with #049099

Text Example


Text Example

White with #049099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049099; }

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

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

background-color css

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

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

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

border-color css

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

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

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