Html Css Color HEX #464193 Dark Slate Blue

📋 copy color: '#464193'

red 70 ◦ green 65 ◦ blue 147

#464193
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #464193

Tints of Dark Slate Blue #464193

RGB

 RED value IS 70 (27.73% from 255) = 24.82%

 GREEN value IS 65 (25.78% from 255) = 23.05%

 BLUE value IS 147 (57.81% from 255) = 52.13%

R = 24.82%
G = 23.05%
B = 52.13%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#464193 (or 0x464193) is known color: Dark Slate Blue. HEX triplet: 46, 41 and 93. RGB value is (70,65,147). Sum of RGB (Red+Green+Blue) = 70+65+147=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 65 (25.78% from 255 or 23.05% 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 #464193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464193 is #B9BE6C. Grayscale: #4B4B4B. Windows color (decimal): -12172909 or 9650502. OLE color: 9650502.

HSL color Cylindrical-coordinate representation of color #464193: hue angle of 243.66º 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 #464193 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 65 147 -
CMYK 0.52 0.56 0 0.42
HSL 243.66º 0.39% 0.42% -
HSV(B) 243.66º 0.56% 0.58% -
XYZ 9.68 7.19 28.48 -
YUV 75.84 168.16 123.83 -
System Red Green Blue C M Y K H S L
Decimal 70 65 147 0.52 0.56 0 0.42 243.66 0.39 0.42
Hex 46 41 93 34 38 0 2A F4 27 2A
Octal 106 101 223 64 70 0 52 364 47 52
Binary 1000110 1000001 10010011 110100 111000 0 101010 11110100 100111 101010

Color Harmonies of #464193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464193

Black with #464193

Text Example


Text Example

White with #464193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464193; }

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

 H1.HeaderClassName
 {
   color: #464193;
 }
 .AnyTagClassName
 {
   color: #464193;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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