Html Css Color HEX #048F7C Observatory

📋 copy color: '#048F7C'

red 4 ◦ green 143 ◦ blue 124

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

Shades of Observatory #048F7C

Tints of Observatory #048F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.76%

R = 1.48%
G = 52.77%
B = 45.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#048F7C (or 0x048F7C) is known color: Observatory. HEX triplet: 04, 8F and 7C. RGB value is (4,143,124). Sum of RGB (Red+Green+Blue) = 4+143+124=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 143 (56.25% from 255 or 52.77% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 143 - color contains mainly: green. Hex color #048F7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048F7C is #FB7083. Grayscale: #636363. Windows color (decimal): -16478340 or 8163076. OLE color: 8163076.

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

Color convert

RGB 4 143 124 -
CMYK 0.97 0 0.13 0.44
HSL 171.8º 0.95% 0.29% -
HSV(B) 171.8º 0.97% 0.56% -
XYZ 13.51 21.13 22.43 -
YUV 99.27 141.95 60.04 -
System Red Green Blue C M Y K H S L
Decimal 4 143 124 0.97 0 0.13 0.44 171.8 0.95 0.29
Hex 4 8F 7C 61 0 D 2C AC 5F 1D
Octal 4 217 174 141 0 15 54 254 137 35
Binary 100 10001111 1111100 1100001 0 1101 101100 10101100 1011111 11101

Color Harmonies of #048F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048F7C

Black with #048F7C

Text Example


Text Example

White with #048F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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