Html Css Color HEX #04685D Mosque

📋 copy color: '#04685D'

red 4 ◦ green 104 ◦ blue 93

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

Shades of Mosque #04685D

Tints of Mosque #04685D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 46.27%

R = 1.99%
G = 51.74%
B = 46.27%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#04685D (or 0x04685D) is known color: Mosque. HEX triplet: 04, 68 and 5D. RGB value is (4,104,93). Sum of RGB (Red+Green+Blue) = 4+104+93=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #04685D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04685D is #FB97A2. Grayscale: #484848. Windows color (decimal): -16488355 or 6121476. OLE color: 6121476.

HSL color Cylindrical-coordinate representation of color #04685D: hue angle of 173.4º 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 #04685D is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 104 93 -
CMYK 0.96 0 0.11 0.59
HSL 173.4º 0.93% 0.21% -
HSV(B) 173.4º 0.96% 0.41% -
XYZ 6.98 10.72 12.06 -
YUV 72.85 139.37 78.89 -
System Red Green Blue C M Y K H S L
Decimal 4 104 93 0.96 0 0.11 0.59 173.4 0.93 0.21
Hex 4 68 5D 60 0 B 3B AD 5D 15
Octal 4 150 135 140 0 13 73 255 135 25
Binary 100 1101000 1011101 1100000 0 1011 111011 10101101 1011101 10101

Color Harmonies of #04685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04685D

Black with #04685D

Text Example


Text Example

White with #04685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04685D; }

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

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

background-color css

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

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

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

border-color css

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

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

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