Html Css Color HEX #046053 Mosque

📋 copy color: '#046053'

red 4 ◦ green 96 ◦ blue 83

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

Shades of Mosque #046053

Tints of Mosque #046053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.36%

R = 2.19%
G = 52.46%
B = 45.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#046053 (or 0x046053) is known color: Mosque. HEX triplet: 04, 60 and 53. RGB value is (4,96,83). Sum of RGB (Red+Green+Blue) = 4+96+83=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #046053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046053 is #FB9FAC. Grayscale: #424242. Windows color (decimal): -16490413 or 5464068. OLE color: 5464068.

HSL color Cylindrical-coordinate representation of color #046053: hue angle of 171.52º 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 #046053 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 96 83 -
CMYK 0.96 0 0.14 0.62
HSL 171.52º 0.92% 0.2% -
HSV(B) 171.52º 0.96% 0.38% -
XYZ 5.79 9.02 9.62 -
YUV 67.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 4 96 83 0.96 0 0.14 0.62 171.52 0.92 0.2
Hex 4 60 53 60 0 E 3E AC 5C 14
Octal 4 140 123 140 0 16 76 254 134 24
Binary 100 1100000 1010011 1100000 0 1110 111110 10101100 1011100 10100

Color Harmonies of #046053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046053

Black with #046053

Text Example


Text Example

White with #046053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046053; }

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

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

background-color css

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

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

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

border-color css

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

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

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