Html Css Color HEX #04846F Observatory

📋 copy color: '#04846F'

red 4 ◦ green 132 ◦ blue 111

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

Shades of Observatory #04846F

Tints of Observatory #04846F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.44%

 BLUE value IS 111 (43.75% from 255) = 44.94%

R = 1.62%
G = 53.44%
B = 44.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#04846F (or 0x04846F) is known color: Observatory. HEX triplet: 04, 84 and 6F. RGB value is (4,132,111). Sum of RGB (Red+Green+Blue) = 4+132+111=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #04846F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04846F is #FB7B90. Grayscale: #5B5B5B. Windows color (decimal): -16481169 or 7308292. OLE color: 7308292.

HSL color Cylindrical-coordinate representation of color #04846F: hue angle of 170.16º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04846F is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 132 111 -
CMYK 0.97 0 0.16 0.48
HSL 170.16º 0.94% 0.27% -
HSV(B) 170.16º 0.97% 0.52% -
XYZ 11.17 17.68 17.86 -
YUV 91.33 139.09 65.71 -
System Red Green Blue C M Y K H S L
Decimal 4 132 111 0.97 0 0.16 0.48 170.16 0.94 0.27
Hex 4 84 6F 61 0 10 30 AA 5E 1B
Octal 4 204 157 141 0 20 60 252 136 33
Binary 100 10000100 1101111 1100001 0 10000 110000 10101010 1011110 11011

Color Harmonies of #04846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04846F

Black with #04846F

Text Example


Text Example

White with #04846F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04846F; }

 p { color: rgb(4,132,111); }

 H1.HeaderClassName
 {
   color: #04846F;
 }
 .AnyTagClassName
 {
   color: #04846F;
 }
</style>

background-color css

<style>
 a { background-color: #04846F; }

 a { background-color: rgb(4,132,111); }

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

border-color css

<style>
 span { border-color: #04846F; }

 span { border-color: rgb(4,132,111); }

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