Html Css Color HEX #049273 Observatory

📋 copy color: '#049273'

red 4 ◦ green 146 ◦ blue 115

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

Shades of Observatory #049273

Tints of Observatory #049273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.09%

 BLUE value IS 115 (45.31% from 255) = 43.4%

R = 1.51%
G = 55.09%
B = 43.4%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#049273 (or 0x049273) is known color: Observatory. HEX triplet: 04, 92 and 73. RGB value is (4,146,115). Sum of RGB (Red+Green+Blue) = 4+146+115=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #049273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049273 is #FB6D8C. Grayscale: #636363. Windows color (decimal): -16477581 or 7574020. OLE color: 7574020.

HSL color Cylindrical-coordinate representation of color #049273: hue angle of 166.9º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049273 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 146 115 -
CMYK 0.97 0 0.21 0.43
HSL 166.9º 0.95% 0.29% -
HSV(B) 166.9º 0.97% 0.57% -
XYZ 13.42 21.82 19.72 -
YUV 100.01 136.46 59.52 -
System Red Green Blue C M Y K H S L
Decimal 4 146 115 0.97 0 0.21 0.43 166.9 0.95 0.29
Hex 4 92 73 61 0 15 2B A7 5F 1D
Octal 4 222 163 141 0 25 53 247 137 35
Binary 100 10010010 1110011 1100001 0 10101 101011 10100111 1011111 11101

Color Harmonies of #049273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049273

Black with #049273

Text Example


Text Example

White with #049273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049273; }

 p { color: rgb(4,146,115); }

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

background-color css

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

 a { background-color: rgb(4,146,115); }

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

border-color css

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

 span { border-color: rgb(4,146,115); }

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