Html Css Color HEX #04584B Mosque

📋 copy color: '#04584B'

red 4 ◦ green 88 ◦ blue 75

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

Shades of Mosque #04584B

Tints of Mosque #04584B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 44.91%

R = 2.4%
G = 52.69%
B = 44.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#04584B (or 0x04584B) is known color: Mosque. HEX triplet: 04, 58 and 4B. RGB value is (4,88,75). Sum of RGB (Red+Green+Blue) = 4+88+75=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 88 (34.77% from 255 or 52.69% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 88 - color contains mainly: green. Hex color #04584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04584B is #FBA7B4. Grayscale: #3D3D3D. Windows color (decimal): -16492469 or 4937732. OLE color: 4937732.

HSL color Cylindrical-coordinate representation of color #04584B: hue angle of 170.71º 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 #04584B is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 88 75 -
CMYK 0.95 0 0.15 0.65
HSL 170.71º 0.91% 0.18% -
HSV(B) 170.71º 0.95% 0.35% -
XYZ 4.81 7.51 7.85 -
YUV 61.4 135.67 87.06 -
System Red Green Blue C M Y K H S L
Decimal 4 88 75 0.95 0 0.15 0.65 170.71 0.91 0.18
Hex 4 58 4B 5F 0 F 41 AB 5B 12
Octal 4 130 113 137 0 17 101 253 133 22
Binary 100 1011000 1001011 1011111 0 1111 1000001 10101011 1011011 10010

Color Harmonies of #04584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04584B

Black with #04584B

Text Example


Text Example

White with #04584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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