Html Css Color HEX #04584A Mosque

📋 copy color: '#04584A'

red 4 ◦ green 88 ◦ blue 74

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

Shades of Mosque #04584A

Tints of Mosque #04584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.01%

 BLUE value IS 74 (29.3% from 255) = 44.58%

R = 2.41%
G = 53.01%
B = 44.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#04584A (or 0x04584A) is known color: Mosque. HEX triplet: 04, 58 and 4A. RGB value is (4,88,74). Sum of RGB (Red+Green+Blue) = 4+88+74=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #04584A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04584A is #FBA7B5. Grayscale: #3D3D3D. Windows color (decimal): -16492470 or 4872196. OLE color: 4872196.

HSL color Cylindrical-coordinate representation of color #04584A: hue angle of 170º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04584A is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 88 74 -
CMYK 0.95 0 0.16 0.65
HSL 170º 0.91% 0.18% -
HSV(B) 170º 0.95% 0.35% -
XYZ 4.78 7.5 7.67 -
YUV 61.29 135.17 87.14 -
System Red Green Blue C M Y K H S L
Decimal 4 88 74 0.95 0 0.16 0.65 170 0.91 0.18
Hex 4 58 4A 5F 0 10 41 AA 5B 12
Octal 4 130 112 137 0 20 101 252 133 22
Binary 100 1011000 1001010 1011111 0 10000 1000001 10101010 1011011 10010

Color Harmonies of #04584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04584A

Black with #04584A

Text Example


Text Example

White with #04584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04584A; }

 p { color: rgb(4,88,74); }

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

background-color css

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

 a { background-color: rgb(4,88,74); }

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

border-color css

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

 span { border-color: rgb(4,88,74); }

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