Html Css Color HEX #04906A Observatory

📋 copy color: '#04906A'

red 4 ◦ green 144 ◦ blue 106

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

Shades of Observatory #04906A

Tints of Observatory #04906A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.73%

R = 1.57%
G = 56.69%
B = 41.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#04906A (or 0x04906A) is known color: Observatory. HEX triplet: 04, 90 and 6A. RGB value is (4,144,106). Sum of RGB (Red+Green+Blue) = 4+144+106=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #04906A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04906A is #FB6F95. Grayscale: #616161. Windows color (decimal): -16478102 or 6983684. OLE color: 6983684.

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

Color convert

RGB 4 144 106 -
CMYK 0.97 0 0.26 0.44
HSL 163.71º 0.95% 0.29% -
HSV(B) 163.71º 0.97% 0.56% -
XYZ 12.62 21.01 17.03 -
YUV 97.81 132.62 61.09 -
System Red Green Blue C M Y K H S L
Decimal 4 144 106 0.97 0 0.26 0.44 163.71 0.95 0.29
Hex 4 90 6A 61 0 1A 2C A4 5F 1D
Octal 4 220 152 141 0 32 54 244 137 35
Binary 100 10010000 1101010 1100001 0 11010 101100 10100100 1011111 11101

Color Harmonies of #04906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04906A

Black with #04906A

Text Example


Text Example

White with #04906A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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