Html Css Color HEX #04645B Mosque

📋 copy color: '#04645B'

red 4 ◦ green 100 ◦ blue 91

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

Shades of Mosque #04645B

Tints of Mosque #04645B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 51.28%

 BLUE value IS 91 (35.94% from 255) = 46.67%

R = 2.05%
G = 51.28%
B = 46.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#04645B (or 0x04645B) is known color: Mosque. HEX triplet: 04, 64 and 5B. RGB value is (4,100,91). Sum of RGB (Red+Green+Blue) = 4+100+91=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #04645B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04645B is #FB9BA4. Grayscale: #464646. Windows color (decimal): -16489381 or 5989380. OLE color: 5989380.

HSL color Cylindrical-coordinate representation of color #04645B: hue angle of 174.38º 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 #04645B is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 100 91 -
CMYK 0.96 0 0.09 0.61
HSL 174.38º 0.92% 0.2% -
HSV(B) 174.38º 0.96% 0.39% -
XYZ 6.5 9.9 11.47 -
YUV 70.27 139.7 80.73 -
System Red Green Blue C M Y K H S L
Decimal 4 100 91 0.96 0 0.09 0.61 174.38 0.92 0.2
Hex 4 64 5B 60 0 9 3D AE 5C 14
Octal 4 144 133 140 0 11 75 256 134 24
Binary 100 1100100 1011011 1100000 0 1001 111101 10101110 1011100 10100

Color Harmonies of #04645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04645B

Black with #04645B

Text Example


Text Example

White with #04645B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04645B; }

 p { color: rgb(4,100,91); }

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

background-color css

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

 a { background-color: rgb(4,100,91); }

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

border-color css

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

 span { border-color: rgb(4,100,91); }

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