Html Css Color HEX #048F73 Observatory

📋 copy color: '#048F73'

red 4 ◦ green 143 ◦ blue 115

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

Shades of Observatory #048F73

Tints of Observatory #048F73

RGB

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

 GREEN value IS 143 (56.25% from 255) = 54.58%

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

R = 1.53%
G = 54.58%
B = 43.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#048F73 (or 0x048F73) is known color: Observatory. HEX triplet: 04, 8F and 73. RGB value is (4,143,115). Sum of RGB (Red+Green+Blue) = 4+143+115=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 143 (56.25% from 255 or 54.58% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 143 - color contains mainly: green. Hex color #048F73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048F73 is #FB708C. Grayscale: #626262. Windows color (decimal): -16478349 or 7573252. OLE color: 7573252.

HSL color Cylindrical-coordinate representation of color #048F73: hue angle of 167.91º 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 #048F73 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 143 115 -
CMYK 0.97 0 0.20 0.44
HSL 167.91º 0.95% 0.29% -
HSV(B) 167.91º 0.97% 0.56% -
XYZ 12.97 20.91 19.57 -
YUV 98.25 137.45 60.78 -
System Red Green Blue C M Y K H S L
Decimal 4 143 115 0.97 0 0.20 0.44 167.91 0.95 0.29
Hex 4 8F 73 61 0 14 2C A8 5F 1D
Octal 4 217 163 141 0 24 54 250 137 35
Binary 100 10001111 1110011 1100001 0 10100 101100 10101000 1011111 11101

Color Harmonies of #048F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048F73

Black with #048F73

Text Example


Text Example

White with #048F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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