Html Css Color HEX #049474 Observatory

📋 copy color: '#049474'

red 4 ◦ green 148 ◦ blue 116

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

Shades of Observatory #049474

Tints of Observatory #049474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.22%

 BLUE value IS 116 (45.7% from 255) = 43.28%

R = 1.49%
G = 55.22%
B = 43.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#049474 (or 0x049474) is known color: Observatory. HEX triplet: 04, 94 and 74. RGB value is (4,148,116). Sum of RGB (Red+Green+Blue) = 4+148+116=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #049474 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049474 is #FB6B8B. Grayscale: #656565. Windows color (decimal): -16477068 or 7640068. OLE color: 7640068.

HSL color Cylindrical-coordinate representation of color #049474: hue angle of 166.67º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049474 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 148 116 -
CMYK 0.97 0 0.22 0.42
HSL 166.67º 0.95% 0.3% -
HSV(B) 166.67º 0.97% 0.58% -
XYZ 13.79 22.47 20.13 -
YUV 101.3 136.29 58.6 -
System Red Green Blue C M Y K H S L
Decimal 4 148 116 0.97 0 0.22 0.42 166.67 0.95 0.3
Hex 4 94 74 61 0 16 2A A7 5F 1E
Octal 4 224 164 141 0 26 52 247 137 36
Binary 100 10010100 1110100 1100001 0 10110 101010 10100111 1011111 11110

Color Harmonies of #049474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049474

Black with #049474

Text Example


Text Example

White with #049474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049474; }

 p { color: rgb(4,148,116); }

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

background-color css

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

 a { background-color: rgb(4,148,116); }

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

border-color css

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

 span { border-color: rgb(4,148,116); }

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