Html Css Color HEX #04846C Observatory

📋 copy color: '#04846C'

red 4 ◦ green 132 ◦ blue 108

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

Shades of Observatory #04846C

Tints of Observatory #04846C

RGB

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

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

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

R = 1.64%
G = 54.1%
B = 44.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#04846C (or 0x04846C) is known color: Observatory. HEX triplet: 04, 84 and 6C. RGB value is (4,132,108). Sum of RGB (Red+Green+Blue) = 4+132+108=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #04846C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04846C is #FB7B93. Grayscale: #5A5A5A. Windows color (decimal): -16481172 or 7111684. OLE color: 7111684.

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

Color convert

RGB 4 132 108 -
CMYK 0.97 0 0.18 0.48
HSL 168.75º 0.94% 0.27% -
HSV(B) 168.75º 0.97% 0.52% -
XYZ 11.01 17.61 17.01 -
YUV 90.99 137.59 65.95 -
System Red Green Blue C M Y K H S L
Decimal 4 132 108 0.97 0 0.18 0.48 168.75 0.94 0.27
Hex 4 84 6C 61 0 12 30 A9 5E 1B
Octal 4 204 154 141 0 22 60 251 136 33
Binary 100 10000100 1101100 1100001 0 10010 110000 10101001 1011110 11011

Color Harmonies of #04846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04846C

Black with #04846C

Text Example


Text Example

White with #04846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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