Html Css Color HEX #049199 Eastern Blue

📋 copy color: '#049199'

red 4 ◦ green 145 ◦ blue 153

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

Shades of Eastern Blue #049199

Tints of Eastern Blue #049199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.01%

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

R = 1.32%
G = 48.01%
B = 50.66%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#049199 (or 0x049199) is known color: Eastern Blue. HEX triplet: 04, 91 and 99. RGB value is (4,145,153). Sum of RGB (Red+Green+Blue) = 4+145+153=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #049199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049199 is #FB6E66. Grayscale: #676767. Windows color (decimal): -16477799 or 10064132. OLE color: 10064132.

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

Color convert

RGB 4 145 153 -
CMYK 0.97 0.05 0 0.4
HSL 183.22º 0.95% 0.31% -
HSV(B) 183.22º 0.97% 0.6% -
XYZ 15.93 22.58 33.66 -
YUV 103.75 155.79 56.85 -
System Red Green Blue C M Y K H S L
Decimal 4 145 153 0.97 0.05 0 0.4 183.22 0.95 0.31
Hex 4 91 99 61 5 0 28 B7 5F 1F
Octal 4 221 231 141 5 0 50 267 137 37
Binary 100 10010001 10011001 1100001 101 0 101000 10110111 1011111 11111

Color Harmonies of #049199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049199

Black with #049199

Text Example


Text Example

White with #049199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049199; }

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

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

background-color css

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

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

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

border-color css

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

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

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