Html Css Color HEX #048977 Observatory

📋 copy color: '#048977'

red 4 ◦ green 137 ◦ blue 119

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

Shades of Observatory #048977

Tints of Observatory #048977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.69%

 BLUE value IS 119 (46.88% from 255) = 45.77%

R = 1.54%
G = 52.69%
B = 45.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#048977 (or 0x048977) is known color: Observatory. HEX triplet: 04, 89 and 77. RGB value is (4,137,119). Sum of RGB (Red+Green+Blue) = 4+137+119=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #048977 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048977 is #FB7688. Grayscale: #5F5F5F. Windows color (decimal): -16479881 or 7833860. OLE color: 7833860.

HSL color Cylindrical-coordinate representation of color #048977: hue angle of 171.88º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048977 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 137 119 -
CMYK 0.97 0 0.13 0.46
HSL 171.88º 0.94% 0.28% -
HSV(B) 171.88º 0.97% 0.54% -
XYZ 12.33 19.25 20.52 -
YUV 95.18 141.44 62.96 -
System Red Green Blue C M Y K H S L
Decimal 4 137 119 0.97 0 0.13 0.46 171.88 0.94 0.28
Hex 4 89 77 61 0 D 2E AC 5E 1C
Octal 4 211 167 141 0 15 56 254 136 34
Binary 100 10001001 1110111 1100001 0 1101 101110 10101100 1011110 11100

Color Harmonies of #048977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048977

Black with #048977

Text Example


Text Example

White with #048977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048977; }

 p { color: rgb(4,137,119); }

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

background-color css

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

 a { background-color: rgb(4,137,119); }

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

border-color css

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

 span { border-color: rgb(4,137,119); }

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