#423053

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

Shades of Jagger #423053

Tints of Jagger #423053

Color information

#423053 (or 0x423053) is unknown color: approx Jagger. HEX triplet: 42, 30 and 53. RGB value is (66,48,83). Sum of RGB (Red+Green+Blue) = 66+48+83=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #423053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423053 is #BDCFAC. Grayscale: #393939. Windows color (decimal): -12439469 or 5451842. OLE color: 5451842.

HSL color Cylindrical-coordinate representation of color #423053: hue angle of 270.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #423053 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB664883-
CMYK0.200.4200.67
HSL270.86º26.72%25.69%-
HSV(B)270.86º42.17%32.55%-
XYZ4.873.98.68-
YUV57.37142.46134.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=33.50%
G=24.37%
B=42.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6648830.200.4200.67270.8626.7225.69
Hex423053142A04310f1b1a
Octal10260123245201034173332
Binary1000010110000101001110100101010010000111000011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423053; }

 p { color: rgb(66,48,83); }

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

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

 a { background-color: rgb(66,48,83); }

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

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

 span { border-color: rgb(66,48,83); }

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