Html Css Color HEX #04947F Observatory

📋 copy color: '#04947F'

red 4 ◦ green 148 ◦ blue 127

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

Shades of Observatory #04947F

Tints of Observatory #04947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.05%

 BLUE value IS 127 (50% from 255) = 45.52%

R = 1.43%
G = 53.05%
B = 45.52%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#04947F (or 0x04947F) is known color: Observatory. HEX triplet: 04, 94 and 7F. RGB value is (4,148,127). Sum of RGB (Red+Green+Blue) = 4+148+127=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #04947F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04947F is #FB6B80. Grayscale: #666666. Windows color (decimal): -16477057 or 8360964. OLE color: 8360964.

HSL color Cylindrical-coordinate representation of color #04947F: hue angle of 171.25º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04947F is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 148 127 -
CMYK 0.97 0 0.14 0.42
HSL 171.25º 0.95% 0.3% -
HSV(B) 171.25º 0.97% 0.58% -
XYZ 14.47 22.74 23.7 -
YUV 102.55 141.79 57.71 -
System Red Green Blue C M Y K H S L
Decimal 4 148 127 0.97 0 0.14 0.42 171.25 0.95 0.3
Hex 4 94 7F 61 0 E 2A AB 5F 1E
Octal 4 224 177 141 0 16 52 253 137 36
Binary 100 10010100 1111111 1100001 0 1110 101010 10101011 1011111 11110

Color Harmonies of #04947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04947F

Black with #04947F

Text Example


Text Example

White with #04947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04947F; }

 p { color: rgb(4,148,127); }

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

background-color css

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

 a { background-color: rgb(4,148,127); }

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

border-color css

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

 span { border-color: rgb(4,148,127); }

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