#434493

Color #434493 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #434493

Tints of Dark Slate Blue #434493

Color information

#434493 (or 0x434493) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 44 and 93. RGB value is (67,68,147). Sum of RGB (Red+Green+Blue) = 67+68+147=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #434493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434493 is #BCBB6C. Grayscale: #4C4C4C. Windows color (decimal): -12368749 or 9651267. OLE color: 9651267.

HSL color Cylindrical-coordinate representation of color #434493: hue angle of 239.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #434493 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6768147-
CMYK0.540.5400.42
HSL239.25º37.38%41.96%-
HSV(B)239.25º54.42%57.65%-
XYZ9.657.4328.53-
YUV76.71167.67121.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.76%
GREEN value IS 68 (26.95% from 255) = 24.11%
BLUE value IS 147 (57.81% from 255) = 52.13%
R=23.76%
G=24.11%
B=52.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67681470.540.5400.42239.2537.3841.96
Hex434493363602Aef252a
Octal10310422366660523574552
Binary1000011100010010010011110110110110010101011101111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434493; }

 p { color: rgb(67,68,147); }

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

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

 a { background-color: rgb(67,68,147); }

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

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

 span { border-color: rgb(67,68,147); }

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