Html Css Color HEX #04665F Mosque

📋 copy color: '#04665F'

red 4 ◦ green 102 ◦ blue 95

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

Shades of Mosque #04665F

Tints of Mosque #04665F

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 value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#04665F (or 0x04665F) is known color: 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

RGB 4 102 95 -
CMYK 0.96 0 0.07 0.6
HSL 175.71º 0.92% 0.21% -
HSV(B) 175.71º 0.96% 0.4% -
XYZ 6.87 10.35 12.46 -
YUV 71.9 141.03 79.57 -
System Red Green Blue C M Y K H S L
Decimal 4 102 95 0.96 0 0.07 0.6 175.71 0.92 0.21
Hex 4 66 5F 60 0 7 3C B0 5C 15
Octal 4 146 137 140 0 7 74 260 134 25
Binary 100 1100110 1011111 1100000 0 111 111100 10110000 1011100 10101

Color Harmonies of #04665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04665F

Black with #04665F

Text Example


Text Example

White with #04665F

Text Example


Text Example

HTML Codes & Css Web 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>