#045E63

Color #045E63 Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #045E63

Tints of Mosque #045E63

Color information

#045E63 (or 0x045E63) is unknown color: approx Mosque. HEX triplet: 04, 5E and 63. RGB value is (4,94,99). Sum of RGB (Red+Green+Blue) = 4+94+99=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 94 (37.11% from 255 or 47.72% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #045E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045E63 is #FBA19C. Grayscale: #434343. Windows color (decimal): -16490909 or 6512132. OLE color: 6512132.

HSL color Cylindrical-coordinate representation of color #045E63: hue angle of 183.16º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045E63 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB49499-
CMYK0.960.0500.61
HSL183.16º92.23%20.2%-
HSV(B)183.16º95.96%38.82%-
XYZ6.38.9313.2-
YUV67.66145.6882.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.03%
GREEN value IS 94 (37.11% from 255) = 47.72%
BLUE value IS 99 (39.06% from 255) = 50.25%
R=2.03%
G=47.72%
B=50.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal494990.960.0500.61183.1692.2320.2
Hex45E6360503Db75c14
Octal4136143140507526713424
Binary100101111011000111100000101011110110110111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045E63; }

 p { color: rgb(4,94,99); }

 H1.HeaderClassName
 {
   color: #045E63;
 }
 .AnyTagClassName
 {
   color: #045E63;
 }
</style>
background-color css

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

 a { background-color: rgb(4,94,99); }

 div.DivClassName
 {
   background-color: #045E63;
 }
 .BgClassName
 {
   background-color: #045E63;
 }
</style>
border-color css

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

 span { border-color: rgb(4,94,99); }

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