Html Css Color HEX #04846B Observatory

📋 copy color: '#04846B'

red 4 ◦ green 132 ◦ blue 107

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

Shades of Observatory #04846B

Tints of Observatory #04846B

RGB

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

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

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

R = 1.65%
G = 54.32%
B = 44.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#04846B (or 0x04846B) is known color: Observatory. HEX triplet: 04, 84 and 6B. RGB value is (4,132,107). Sum of RGB (Red+Green+Blue) = 4+132+107=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #04846B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04846B is #FB7B94. Grayscale: #5A5A5A. Windows color (decimal): -16481173 or 7046148. OLE color: 7046148.

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

Color convert

RGB 4 132 107 -
CMYK 0.97 0 0.19 0.48
HSL 168.28º 0.94% 0.27% -
HSV(B) 168.28º 0.97% 0.52% -
XYZ 10.96 17.59 16.73 -
YUV 90.88 137.09 66.03 -
System Red Green Blue C M Y K H S L
Decimal 4 132 107 0.97 0 0.19 0.48 168.28 0.94 0.27
Hex 4 84 6B 61 0 13 30 A8 5E 1B
Octal 4 204 153 141 0 23 60 250 136 33
Binary 100 10000100 1101011 1100001 0 10011 110000 10101000 1011110 11011

Color Harmonies of #04846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04846B

Black with #04846B

Text Example


Text Example

White with #04846B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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