#42334E

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

Shades of Jagger #42334E

Tints of Jagger #42334E

Color information

#42334E (or 0x42334E) is unknown color: approx Jagger. HEX triplet: 42, 33 and 4E. RGB value is (66,51,78). Sum of RGB (Red+Green+Blue) = 66+51+78=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #42334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42334E is #BDCCB1. Grayscale: #3A3A3A. Windows color (decimal): -12438706 or 5124930. OLE color: 5124930.

HSL color Cylindrical-coordinate representation of color #42334E: hue angle of 273.33º 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 #42334E is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB665178-
CMYK0.150.3500.69
HSL273.33º20.93%25.29%-
HSV(B)273.33º34.62%30.59%-
XYZ4.814.087.74-
YUV58.56138.97133.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 78 (30.86% from 255) = 40%
R=33.85%
G=26.15%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6651780.150.3500.69273.3320.9325.29
Hex42334EF230451111519
Octal10263116174301054212531
Binary100001011001110011101111100011010001011000100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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