Html Css Color HEX #049266 Observatory

📋 copy color: '#049266'

red 4 ◦ green 146 ◦ blue 102

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

Shades of Observatory #049266

Tints of Observatory #049266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 1.59%
G = 57.94%
B = 40.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#049266 (or 0x049266) is known color: Observatory. HEX triplet: 04, 92 and 66. RGB value is (4,146,102). Sum of RGB (Red+Green+Blue) = 4+146+102=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 146 (57.42% from 255 or 57.94% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 146 - color contains mainly: green. Hex color #049266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049266 is #FB6D99. Grayscale: #626262. Windows color (decimal): -16477594 or 6722052. OLE color: 6722052.

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

Color convert

RGB 4 146 102 -
CMYK 0.97 0 0.30 0.43
HSL 161.41º 0.95% 0.29% -
HSV(B) 161.41º 0.97% 0.57% -
XYZ 12.73 21.54 16.06 -
YUV 98.53 129.96 60.58 -
System Red Green Blue C M Y K H S L
Decimal 4 146 102 0.97 0 0.30 0.43 161.41 0.95 0.29
Hex 4 92 66 61 0 1E 2B A1 5F 1D
Octal 4 222 146 141 0 36 53 241 137 35
Binary 100 10010010 1100110 1100001 0 11110 101011 10100001 1011111 11101

Color Harmonies of #049266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049266

Black with #049266

Text Example


Text Example

White with #049266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049266; }

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

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

background-color css

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

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

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

border-color css

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

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

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