#423C46

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

Shades of Jagger #423C46

Tints of Jagger #423C46

Color information

#423C46 (or 0x423C46) is unknown color: approx Jagger. HEX triplet: 42, 3C and 46. RGB value is (66,60,70). Sum of RGB (Red+Green+Blue) = 66+60+70=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 70 - color contains mainly: blue. Hex color #423C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C46 is #BDC3B9. Grayscale: #3E3E3E. Windows color (decimal): -12436410 or 4602946. OLE color: 4602946.

HSL color Cylindrical-coordinate representation of color #423C46: hue angle of 276º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #423C46 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB666070-
CMYK0.060.1400.73
HSL276º7.69%25.49%-
HSV(B)276º14.29%27.45%-
XYZ4.974.836.47-
YUV62.93131.99130.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 60 (23.83% from 255) = 30.61%
BLUE value IS 70 (27.73% from 255) = 35.71%
R=33.67%
G=30.61%
B=35.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6660700.060.1400.732767.6925.49
Hex423C466E049114819
Octal1027410661601114241031
Binary10000101111001000110110111001001001100010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423C46; }

 p { color: rgb(66,60,70); }

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

<style>
 a { background-color: #423C46; }

 a { background-color: rgb(66,60,70); }

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

<style>
 span { border-color: #423C46; }

 span { border-color: rgb(66,60,70); }

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