Html Css Color HEX #04927A Observatory

📋 copy color: '#04927A'

red 4 ◦ green 146 ◦ blue 122

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

Shades of Observatory #04927A

Tints of Observatory #04927A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.85%

R = 1.47%
G = 53.68%
B = 44.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#04927A (or 0x04927A) is known color: Observatory. HEX triplet: 04, 92 and 7A. RGB value is (4,146,122). Sum of RGB (Red+Green+Blue) = 4+146+122=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #04927A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04927A is #FB6D85. Grayscale: #646464. Windows color (decimal): -16477574 or 8032772. OLE color: 8032772.

HSL color Cylindrical-coordinate representation of color #04927A: hue angle of 169.86º 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 #04927A is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 146 122 -
CMYK 0.97 0 0.16 0.43
HSL 169.86º 0.95% 0.29% -
HSV(B) 169.86º 0.97% 0.57% -
XYZ 13.84 21.99 21.93 -
YUV 100.81 139.96 58.95 -
System Red Green Blue C M Y K H S L
Decimal 4 146 122 0.97 0 0.16 0.43 169.86 0.95 0.29
Hex 4 92 7A 61 0 10 2B AA 5F 1D
Octal 4 222 172 141 0 20 53 252 137 35
Binary 100 10010010 1111010 1100001 0 10000 101011 10101010 1011111 11101

Color Harmonies of #04927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04927A

Black with #04927A

Text Example


Text Example

White with #04927A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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