Html Css Color HEX #046861 Mosque

📋 copy color: '#046861'

red 4 ◦ green 104 ◦ blue 97

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

Shades of Mosque #046861

Tints of Mosque #046861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.73%

 BLUE value IS 97 (38.28% from 255) = 47.32%

R = 1.95%
G = 50.73%
B = 47.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#046861 (or 0x046861) is known color: Mosque. HEX triplet: 04, 68 and 61. RGB value is (4,104,97). Sum of RGB (Red+Green+Blue) = 4+104+97=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #046861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046861 is #FB979E. Grayscale: #494949. Windows color (decimal): -16488351 or 6383620. OLE color: 6383620.

HSL color Cylindrical-coordinate representation of color #046861: hue angle of 175.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046861 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 104 97 -
CMYK 0.96 0 0.07 0.59
HSL 175.8º 0.93% 0.21% -
HSV(B) 175.8º 0.96% 0.41% -
XYZ 7.16 10.79 13.01 -
YUV 73.3 141.37 78.57 -
System Red Green Blue C M Y K H S L
Decimal 4 104 97 0.96 0 0.07 0.59 175.8 0.93 0.21
Hex 4 68 61 60 0 7 3B B0 5D 15
Octal 4 150 141 140 0 7 73 260 135 25
Binary 100 1101000 1100001 1100000 0 111 111011 10110000 1011101 10101

Color Harmonies of #046861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046861

Black with #046861

Text Example


Text Example

White with #046861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046861; }

 p { color: rgb(4,104,97); }

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

background-color css

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

 a { background-color: rgb(4,104,97); }

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

border-color css

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

 span { border-color: rgb(4,104,97); }

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