#423450

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

Shades of Jagger #423450

Tints of Jagger #423450

Color information

#423450 (or 0x423450) is unknown color: approx Jagger. HEX triplet: 42, 34 and 50. RGB value is (66,52,80). Sum of RGB (Red+Green+Blue) = 66+52+80=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #423450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423450 is #BDCBAF. Grayscale: #3B3B3B. Windows color (decimal): -12438448 or 5256258. OLE color: 5256258.

HSL color Cylindrical-coordinate representation of color #423450: hue angle of 270º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #423450 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB665280-
CMYK0.170.3500.69
HSL270º21.21%25.88%-
HSV(B)270º35%31.37%-
XYZ4.924.198.14-
YUV59.38139.64132.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.33%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=33.33%
G=26.26%
B=40.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6652800.170.3500.6927021.2125.88
Hex423450112304510e151a
Octal10264120214301054162532
Binary1000010110100101000010001100011010001011000011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423450; }

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

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

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

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

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

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

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

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