#41364F

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

Shades of Jagger #41364F

Tints of Jagger #41364F

Color information

#41364F (or 0x41364F) is unknown color: approx Jagger. HEX triplet: 41, 36 and 4F. RGB value is (65,54,79). Sum of RGB (Red+Green+Blue) = 65+54+79=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 79 - color contains mainly: blue. Hex color #41364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41364F is #BEC9B0. Grayscale: #3C3C3C. Windows color (decimal): -12503473 or 5191233. OLE color: 5191233.

HSL color Cylindrical-coordinate representation of color #41364F: hue angle of 266.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41364F is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB655479-
CMYK0.180.3200.69
HSL266.4º18.8%26.08%-
HSV(B)266.4º31.65%30.98%-
XYZ4.914.337.97-
YUV60.14138.64131.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 54 (21.48% from 255) = 27.27%
BLUE value IS 79 (31.25% from 255) = 39.90%
R=32.83%
G=27.27%
B=39.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6554790.180.3200.69266.418.826.08
Hex41364F122004510a131a
Octal10166117224001054122332
Binary1000001110110100111110010100000010001011000010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,54,79); }

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

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

 a { background-color: rgb(65,54,79); }

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

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

 span { border-color: rgb(65,54,79); }

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