Html Css Color HEX #04906C Observatory

📋 copy color: '#04906C'

red 4 ◦ green 144 ◦ blue 108

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

Shades of Observatory #04906C

Tints of Observatory #04906C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.19%

R = 1.56%
G = 56.25%
B = 42.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#04906C (or 0x04906C) is known color: Observatory. HEX triplet: 04, 90 and 6C. RGB value is (4,144,108). Sum of RGB (Red+Green+Blue) = 4+144+108=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #04906C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04906C is #FB6F93. Grayscale: #626262. Windows color (decimal): -16478100 or 7114756. OLE color: 7114756.

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

Color convert

RGB 4 144 108 -
CMYK 0.97 0 0.25 0.44
HSL 164.57º 0.95% 0.29% -
HSV(B) 164.57º 0.97% 0.56% -
XYZ 12.73 21.06 17.58 -
YUV 98.04 133.62 60.93 -
System Red Green Blue C M Y K H S L
Decimal 4 144 108 0.97 0 0.25 0.44 164.57 0.95 0.29
Hex 4 90 6C 61 0 19 2C A5 5F 1D
Octal 4 220 154 141 0 31 54 245 137 35
Binary 100 10010000 1101100 1100001 0 11001 101100 10100101 1011111 11101

Color Harmonies of #04906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04906C

Black with #04906C

Text Example


Text Example

White with #04906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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