Html Css Color HEX #04927E Observatory

📋 copy color: '#04927E'

red 4 ◦ green 146 ◦ blue 126

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

Shades of Observatory #04927E

Tints of Observatory #04927E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.9%

 BLUE value IS 126 (49.61% from 255) = 45.65%

R = 1.45%
G = 52.9%
B = 45.65%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#04927E (or 0x04927E) is known color: Observatory. HEX triplet: 04, 92 and 7E. RGB value is (4,146,126). Sum of RGB (Red+Green+Blue) = 4+146+126=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #04927E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04927E is #FB6D81. Grayscale: #656565. Windows color (decimal): -16477570 or 8294916. OLE color: 8294916.

HSL color Cylindrical-coordinate representation of color #04927E: hue angle of 171.55º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04927E is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 146 126 -
CMYK 0.97 0 0.14 0.43
HSL 171.55º 0.95% 0.29% -
HSV(B) 171.55º 0.97% 0.57% -
XYZ 14.09 22.09 23.26 -
YUV 101.26 141.96 58.63 -
System Red Green Blue C M Y K H S L
Decimal 4 146 126 0.97 0 0.14 0.43 171.55 0.95 0.29
Hex 4 92 7E 61 0 E 2B AC 5F 1D
Octal 4 222 176 141 0 16 53 254 137 35
Binary 100 10010010 1111110 1100001 0 1110 101011 10101100 1011111 11101

Color Harmonies of #04927E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04927E

Black with #04927E

Text Example


Text Example

White with #04927E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04927E; }

 p { color: rgb(4,146,126); }

 H1.HeaderClassName
 {
   color: #04927E;
 }
 .AnyTagClassName
 {
   color: #04927E;
 }
</style>

background-color css

<style>
 a { background-color: #04927E; }

 a { background-color: rgb(4,146,126); }

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

border-color css

<style>
 span { border-color: #04927E; }

 span { border-color: rgb(4,146,126); }

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