Html Css Color HEX #04946B Observatory

📋 copy color: '#04946B'

red 4 ◦ green 148 ◦ blue 107

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

Shades of Observatory #04946B

Tints of Observatory #04946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.14%

 BLUE value IS 107 (42.19% from 255) = 41.31%

R = 1.54%
G = 57.14%
B = 41.31%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#04946B (or 0x04946B) is known color: Observatory. HEX triplet: 04, 94 and 6B. RGB value is (4,148,107). Sum of RGB (Red+Green+Blue) = 4+148+107=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #04946B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04946B is #FB6B94. Grayscale: #646464. Windows color (decimal): -16477077 or 7050244. OLE color: 7050244.

HSL color Cylindrical-coordinate representation of color #04946B: hue angle of 162.92º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04946B is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 148 107 -
CMYK 0.97 0 0.28 0.42
HSL 162.92º 0.95% 0.3% -
HSV(B) 162.92º 0.97% 0.58% -
XYZ 13.29 22.27 17.51 -
YUV 100.27 131.79 59.33 -
System Red Green Blue C M Y K H S L
Decimal 4 148 107 0.97 0 0.28 0.42 162.92 0.95 0.3
Hex 4 94 6B 61 0 1C 2A A3 5F 1E
Octal 4 224 153 141 0 34 52 243 137 36
Binary 100 10010100 1101011 1100001 0 11100 101010 10100011 1011111 11110

Color Harmonies of #04946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04946B

Black with #04946B

Text Example


Text Example

White with #04946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04946B; }

 p { color: rgb(4,148,107); }

 H1.HeaderClassName
 {
   color: #04946B;
 }
 .AnyTagClassName
 {
   color: #04946B;
 }
</style>

background-color css

<style>
 a { background-color: #04946B; }

 a { background-color: rgb(4,148,107); }

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

border-color css

<style>
 span { border-color: #04946B; }

 span { border-color: rgb(4,148,107); }

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