Html Css Color HEX #046050 Mosque

📋 copy color: '#046050'

red 4 ◦ green 96 ◦ blue 80

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

Shades of Mosque #046050

Tints of Mosque #046050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.33%

 BLUE value IS 80 (31.64% from 255) = 44.44%

R = 2.22%
G = 53.33%
B = 44.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#046050 (or 0x046050) is known color: Mosque. HEX triplet: 04, 60 and 50. RGB value is (4,96,80). Sum of RGB (Red+Green+Blue) = 4+96+80=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #046050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046050 is #FB9FAF. Grayscale: #424242. Windows color (decimal): -16490416 or 5267460. OLE color: 5267460.

HSL color Cylindrical-coordinate representation of color #046050: hue angle of 169.57º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046050 is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 96 80 -
CMYK 0.96 0 0.17 0.62
HSL 169.57º 0.92% 0.2% -
HSV(B) 169.57º 0.96% 0.38% -
XYZ 5.68 8.97 9.02 -
YUV 66.67 135.52 83.3 -
System Red Green Blue C M Y K H S L
Decimal 4 96 80 0.96 0 0.17 0.62 169.57 0.92 0.2
Hex 4 60 50 60 0 11 3E AA 5C 14
Octal 4 140 120 140 0 21 76 252 134 24
Binary 100 1100000 1010000 1100000 0 10001 111110 10101010 1011100 10100

Color Harmonies of #046050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046050

Black with #046050

Text Example


Text Example

White with #046050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046050; }

 p { color: rgb(4,96,80); }

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

background-color css

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

 a { background-color: rgb(4,96,80); }

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

border-color css

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

 span { border-color: rgb(4,96,80); }

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