#048F7A

Color #048F7A Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #048F7A

Tints of Observatory #048F7A

Color information

#048F7A (or 0x048F7A) is unknown color: approx Observatory. HEX triplet: 04, 8F and 7A. RGB value is (4,143,122). Sum of RGB (Red+Green+Blue) = 4+143+122=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 143 (56.25% from 255 or 53.16% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 143 - color contains mainly: green. Hex color #048F7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048F7A is #FB7085. Grayscale: #626262. Windows color (decimal): -16478342 or 8032004. OLE color: 8032004.

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

Color convert

RGB4143122-
CMYK0.9700.150.44
HSL170.94º94.56%28.82%-
HSV(B)170.94º97.2%56.08%-
XYZ13.3921.0821.77-
YUV99.04140.9560.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.49%
GREEN value IS 143 (56.25% from 255) = 53.16%
BLUE value IS 122 (48.05% from 255) = 45.35%
R=1.49%
G=53.16%
B=45.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41431220.9700.150.44170.9494.5628.82
Hex48F7A610F2Cab5f1d
Octal42171721410175425313735
Binary10010001111111101011000010111110110010101011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #048F7A;
 }
 .AnyTagClassName
 {
   color: #048F7A;
 }
</style>
background-color css

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

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

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

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

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

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