Html Css Color HEX #04927D Observatory

📋 copy color: '#04927D'

red 4 ◦ green 146 ◦ blue 125

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

Shades of Observatory #04927D

Tints of Observatory #04927D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.45%

R = 1.45%
G = 53.09%
B = 45.45%

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

#04927D (or 0x04927D) is known color: Observatory. HEX triplet: 04, 92 and 7D. RGB value is (4,146,125). Sum of RGB (Red+Green+Blue) = 4+146+125=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #04927D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04927D is #FB6D82. Grayscale: #656565. Windows color (decimal): -16477571 or 8229380. OLE color: 8229380.

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

Color convert

RGB 4 146 125 -
CMYK 0.97 0 0.14 0.43
HSL 171.13º 0.95% 0.29% -
HSV(B) 171.13º 0.97% 0.57% -
XYZ 14.03 22.06 22.92 -
YUV 101.15 141.46 58.71 -
System Red Green Blue C M Y K H S L
Decimal 4 146 125 0.97 0 0.14 0.43 171.13 0.95 0.29
Hex 4 92 7D 61 0 E 2B AB 5F 1D
Octal 4 222 175 141 0 16 53 253 137 35
Binary 100 10010010 1111101 1100001 0 1110 101011 10101011 1011111 11101

Color Harmonies of #04927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04927D

Black with #04927D

Text Example


Text Example

White with #04927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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