#41304F

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

Shades of Jagger #41304F

Tints of Jagger #41304F

Color information

#41304F (or 0x41304F) is unknown color: approx Jagger. HEX triplet: 41, 30 and 4F. RGB value is (65,48,79). Sum of RGB (Red+Green+Blue) = 65+48+79=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #41304F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41304F is #BECFB0. Grayscale: #383838. Windows color (decimal): -12505009 or 5189697. OLE color: 5189697.

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

Color convert

RGB654879-
CMYK0.180.3900.69
HSL272.9º24.41%24.9%-
HSV(B)272.9º39.24%30.98%-
XYZ4.653.87.89-
YUV56.62140.63133.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.85%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=33.85%
G=25%
B=41.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6548790.180.3900.69272.924.4124.9
Hex41304F12270451111819
Octal10160117224701054213031
Binary1000001110000100111110010100111010001011000100011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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