#423447

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

Shades of Jagger #423447

Tints of Jagger #423447

Color information

#423447 (or 0x423447) is unknown color: approx Jagger. HEX triplet: 42, 34 and 47. RGB value is (66,52,71). Sum of RGB (Red+Green+Blue) = 66+52+71=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: blue. Hex color #423447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423447 is #BDCBB8. Grayscale: #3A3A3A. Windows color (decimal): -12438457 or 4666434. OLE color: 4666434.

HSL color Cylindrical-coordinate representation of color #423447: hue angle of 284.21º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #423447 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB665271-
CMYK0.070.2700.72
HSL284.21º15.45%24.12%-
HSV(B)284.21º26.76%27.84%-
XYZ4.614.076.5-
YUV58.35135.14133.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 71 (28.12% from 255) = 37.57%
R=34.92%
G=27.51%
B=37.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6652710.070.2700.72284.2115.4524.12
Hex42344771B04811cf18
Octal1026410773301104341730
Binary100001011010010001111111101101001000100011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423447; }

 p { color: rgb(66,52,71); }

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

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

 a { background-color: rgb(66,52,71); }

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

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

 span { border-color: rgb(66,52,71); }

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