Html Css Color HEX #04695B Mosque

📋 copy color: '#04695B'

red 4 ◦ green 105 ◦ blue 91

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

Shades of Mosque #04695B

Tints of Mosque #04695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 52.5%

 BLUE value IS 91 (35.94% from 255) = 45.5%

R = 2%
G = 52.5%
B = 45.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#04695B (or 0x04695B) is known color: Mosque. HEX triplet: 04, 69 and 5B. RGB value is (4,105,91). Sum of RGB (Red+Green+Blue) = 4+105+91=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #04695B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04695B is #FB96A4. Grayscale: #494949. Windows color (decimal): -16488101 or 5990660. OLE color: 5990660.

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

Color convert

RGB 4 105 91 -
CMYK 0.96 0 0.13 0.59
HSL 171.68º 0.93% 0.21% -
HSV(B) 171.68º 0.96% 0.41% -
XYZ 6.99 10.88 11.63 -
YUV 73.21 138.04 78.64 -
System Red Green Blue C M Y K H S L
Decimal 4 105 91 0.96 0 0.13 0.59 171.68 0.93 0.21
Hex 4 69 5B 60 0 D 3B AC 5D 15
Octal 4 151 133 140 0 15 73 254 135 25
Binary 100 1101001 1011011 1100000 0 1101 111011 10101100 1011101 10101

Color Harmonies of #04695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04695B

Black with #04695B

Text Example


Text Example

White with #04695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,105,91); }

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

background-color css

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

 a { background-color: rgb(4,105,91); }

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

border-color css

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

 span { border-color: rgb(4,105,91); }

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