#41334E

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

Shades of Jagger #41334E

Tints of Jagger #41334E

Color information

#41334E (or 0x41334E) is unknown color: approx Jagger. HEX triplet: 41, 33 and 4E. RGB value is (65,51,78). Sum of RGB (Red+Green+Blue) = 65+51+78=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 78 - color contains mainly: blue. Hex color #41334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41334E is #BECCB1. Grayscale: #3A3A3A. Windows color (decimal): -12504242 or 5124929. OLE color: 5124929.

HSL color Cylindrical-coordinate representation of color #41334E: hue angle of 271.11º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41334E is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB655178-
CMYK0.170.3500.69
HSL271.11º20.93%25.29%-
HSV(B)271.11º34.62%30.59%-
XYZ4.744.047.74-
YUV58.26139.14132.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 78 (30.86% from 255) = 40.21%
R=33.51%
G=26.29%
B=40.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6551780.170.3500.69271.1120.9325.29
Hex41334E112304510f1519
Octal10163116214301054172531
Binary1000001110011100111010001100011010001011000011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41334E; }

 p { color: rgb(65,51,78); }

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

<style>
 a { background-color: #41334E; }

 a { background-color: rgb(65,51,78); }

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

<style>
 span { border-color: #41334E; }

 span { border-color: rgb(65,51,78); }

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