Html Css Color HEX #04575B Mosque

📋 copy color: '#04575B'

red 4 ◦ green 87 ◦ blue 91

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

Shades of Mosque #04575B

Tints of Mosque #04575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 47.8%

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

R = 2.2%
G = 47.8%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04575B (or 0x04575B) is known color: Mosque. HEX triplet: 04, 57 and 5B. RGB value is (4,87,91). Sum of RGB (Red+Green+Blue) = 4+87+91=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 87 (34.38% from 255 or 47.80% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #04575B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04575B is #FBA8A4. Grayscale: #3E3E3E. Windows color (decimal): -16492709 or 5986052. OLE color: 5986052.

HSL color Cylindrical-coordinate representation of color #04575B: hue angle of 182.76º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04575B is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 87 91 -
CMYK 0.96 0.04 0 0.64
HSL 182.76º 0.92% 0.19% -
HSV(B) 182.76º 0.96% 0.36% -
XYZ 5.35 7.6 11.08 -
YUV 62.64 144 86.17 -
System Red Green Blue C M Y K H S L
Decimal 4 87 91 0.96 0.04 0 0.64 182.76 0.92 0.19
Hex 4 57 5B 60 4 0 40 B7 5C 13
Octal 4 127 133 140 4 0 100 267 134 23
Binary 100 1010111 1011011 1100000 100 0 1000000 10110111 1011100 10011

Color Harmonies of #04575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04575B

Black with #04575B

Text Example


Text Example

White with #04575B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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