#464195

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

Shades of Dark Slate Blue #464195

Tints of Dark Slate Blue #464195

Color information

#464195 (or 0x464195) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 41 and 95. RGB value is (70,65,149). Sum of RGB (Red+Green+Blue) = 70+65+149=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #464195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464195 is #B9BE6A. Grayscale: #4B4B4B. Windows color (decimal): -12172907 or 9781574. OLE color: 9781574.

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

Color convert

RGB7065149-
CMYK0.530.5600.42
HSL243.57º39.25%41.96%-
HSV(B)243.57º56.38%58.43%-
XYZ9.847.2529.31-
YUV76.07169.16123.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 149 (58.59% from 255) = 52.46%
R=24.65%
G=22.89%
B=52.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70651490.530.5600.42243.5739.2541.96
Hex464195353802Af4272a
Octal10610122565700523644752
Binary1000110100000110010101110101111000010101011110100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464195; }

 p { color: rgb(70,65,149); }

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

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

 a { background-color: rgb(70,65,149); }

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

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

 span { border-color: rgb(70,65,149); }

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