Html Css Color HEX #04906E Observatory

📋 copy color: '#04906E'

red 4 ◦ green 144 ◦ blue 110

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

Shades of Observatory #04906E

Tints of Observatory #04906E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 55.81%

 BLUE value IS 110 (43.36% from 255) = 42.64%

R = 1.55%
G = 55.81%
B = 42.64%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#04906E (or 0x04906E) is known color: Observatory. HEX triplet: 04, 90 and 6E. RGB value is (4,144,110). Sum of RGB (Red+Green+Blue) = 4+144+110=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 144 (56.64% from 255 or 55.81% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 144 - color contains mainly: green. Hex color #04906E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04906E is #FB6F91. Grayscale: #626262. Windows color (decimal): -16478098 or 7245828. OLE color: 7245828.

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

Color convert

RGB 4 144 110 -
CMYK 0.97 0 0.24 0.44
HSL 165.43º 0.95% 0.29% -
HSV(B) 165.43º 0.97% 0.56% -
XYZ 12.84 21.1 18.15 -
YUV 98.26 134.62 60.76 -
System Red Green Blue C M Y K H S L
Decimal 4 144 110 0.97 0 0.24 0.44 165.43 0.95 0.29
Hex 4 90 6E 61 0 18 2C A5 5F 1D
Octal 4 220 156 141 0 30 54 245 137 35
Binary 100 10010000 1101110 1100001 0 11000 101100 10100101 1011111 11101

Color Harmonies of #04906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04906E

Black with #04906E

Text Example


Text Example

White with #04906E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,144,110); }

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

background-color css

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

 a { background-color: rgb(4,144,110); }

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

border-color css

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

 span { border-color: rgb(4,144,110); }

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