#04665F

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

Shades of Mosque #04665F

Tints of Mosque #04665F

Color information

#04665F (or 0x04665F) is unknown color: approx Mosque. HEX triplet: 04, 66 and 5F. RGB value is (4,102,95). Sum of RGB (Red+Green+Blue) = 4+102+95=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #04665F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04665F is #FB99A0. Grayscale: #474747. Windows color (decimal): -16488865 or 6252036. OLE color: 6252036.

HSL color Cylindrical-coordinate representation of color #04665F: hue angle of 175.71º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04665F is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB410295-
CMYK0.9600.070.6
HSL175.71º92.45%20.78%-
HSV(B)175.71º96.08%40%-
XYZ6.8710.3512.46-
YUV71.9141.0379.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.99%
GREEN value IS 102 (40.23% from 255) = 50.75%
BLUE value IS 95 (37.5% from 255) = 47.26%
R=1.99%
G=50.75%
B=47.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4102950.9600.070.6175.7192.4520.78
Hex4665F60073Cb05c15
Octal4146137140077426013425
Binary100110011010111111100000011111110010110000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04665F; }

 p { color: rgb(4,102,95); }

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

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

 a { background-color: rgb(4,102,95); }

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

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

 span { border-color: rgb(4,102,95); }

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