Html Css Color HEX #048E77 Observatory

📋 copy color: '#048E77'

red 4 ◦ green 142 ◦ blue 119

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

Shades of Observatory #048E77

Tints of Observatory #048E77

RGB

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

 GREEN value IS 142 (55.86% from 255) = 53.58%

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

R = 1.51%
G = 53.58%
B = 44.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#048E77 (or 0x048E77) is known color: Observatory. HEX triplet: 04, 8E and 77. RGB value is (4,142,119). Sum of RGB (Red+Green+Blue) = 4+142+119=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #048E77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E77 is #FB7188. Grayscale: #626262. Windows color (decimal): -16478601 or 7835140. OLE color: 7835140.

HSL color Cylindrical-coordinate representation of color #048E77: hue angle of 170º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048E77 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 142 119 -
CMYK 0.97 0 0.16 0.44
HSL 170º 0.95% 0.29% -
HSV(B) 170º 0.97% 0.56% -
XYZ 13.05 20.7 20.76 -
YUV 98.12 139.78 60.87 -
System Red Green Blue C M Y K H S L
Decimal 4 142 119 0.97 0 0.16 0.44 170 0.95 0.29
Hex 4 8E 77 61 0 10 2C AA 5F 1D
Octal 4 216 167 141 0 20 54 252 137 35
Binary 100 10001110 1110111 1100001 0 10000 101100 10101010 1011111 11101

Color Harmonies of #048E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048E77

Black with #048E77

Text Example


Text Example

White with #048E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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