Html Css Color HEX #04927C Observatory

📋 copy color: '#04927C'

red 4 ◦ green 146 ◦ blue 124

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

Shades of Observatory #04927C

Tints of Observatory #04927C

RGB

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

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

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

R = 1.46%
G = 53.28%
B = 45.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#04927C (or 0x04927C) is known color: Observatory. HEX triplet: 04, 92 and 7C. RGB value is (4,146,124). Sum of RGB (Red+Green+Blue) = 4+146+124=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 146 (57.42% from 255 or 53.28% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 146 - color contains mainly: green. Hex color #04927C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04927C is #FB6D83. Grayscale: #646464. Windows color (decimal): -16477572 or 8163844. OLE color: 8163844.

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

Color convert

RGB 4 146 124 -
CMYK 0.97 0 0.15 0.43
HSL 170.7º 0.95% 0.29% -
HSV(B) 170.7º 0.97% 0.57% -
XYZ 13.97 22.04 22.59 -
YUV 101.03 140.96 58.79 -
System Red Green Blue C M Y K H S L
Decimal 4 146 124 0.97 0 0.15 0.43 170.7 0.95 0.29
Hex 4 92 7C 61 0 F 2B AB 5F 1D
Octal 4 222 174 141 0 17 53 253 137 35
Binary 100 10010010 1111100 1100001 0 1111 101011 10101011 1011111 11101

Color Harmonies of #04927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04927C

Black with #04927C

Text Example


Text Example

White with #04927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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