#423B45

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

Shades of Jagger #423B45

Tints of Jagger #423B45

Color information

#423B45 (or 0x423B45) is unknown color: approx Jagger. HEX triplet: 42, 3B and 45. RGB value is (66,59,69). Sum of RGB (Red+Green+Blue) = 66+59+69=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 69 - color contains mainly: blue. Hex color #423B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B45 is #BDC4BA. Grayscale: #3E3E3E. Windows color (decimal): -12436667 or 4537154. OLE color: 4537154.

HSL color Cylindrical-coordinate representation of color #423B45: hue angle of 282º 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 #423B45 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB665969-
CMYK0.040.1400.73
HSL282º7.81%25.1%-
HSV(B)282º14.49%27.06%-
XYZ4.884.726.28-
YUV62.23131.82130.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 59 (23.44% from 255) = 30.41%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=34.02%
G=30.41%
B=35.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6659690.040.1400.732827.8125.1
Hex423B454E04911a819
Octal1027310541601114321031
Binary10000101110111000101100111001001001100011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,59,69); }

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

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

 a { background-color: rgb(66,59,69); }

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

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

 span { border-color: rgb(66,59,69); }

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