Html Css Color HEX #464392 Dark Slate Blue

📋 copy color: '#464392'

red 70 ◦ green 67 ◦ blue 146

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

Shades of Dark Slate Blue #464392

Tints of Dark Slate Blue #464392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.67%

 BLUE value IS 146 (57.42% from 255) = 51.59%

R = 24.73%
G = 23.67%
B = 51.59%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#464392 (or 0x464392) is known color: Dark Slate Blue. HEX triplet: 46, 43 and 92. RGB value is (70,67,146). Sum of RGB (Red+Green+Blue) = 70+67+146=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #464392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464392 is #B9BC6D. Grayscale: #4C4C4C. Windows color (decimal): -12172398 or 9585478. OLE color: 9585478.

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

Color convert

RGB 70 67 146 -
CMYK 0.52 0.54 0 0.43
HSL 242.28º 0.37% 0.42% -
HSV(B) 242.28º 0.54% 0.57% -
XYZ 9.72 7.39 28.11 -
YUV 76.9 166.99 123.08 -
System Red Green Blue C M Y K H S L
Decimal 70 67 146 0.52 0.54 0 0.43 242.28 0.37 0.42
Hex 46 43 92 34 36 0 2B F2 25 2A
Octal 106 103 222 64 66 0 53 362 45 52
Binary 1000110 1000011 10010010 110100 110110 0 101011 11110010 100101 101010

Color Harmonies of #464392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464392

Black with #464392

Text Example


Text Example

White with #464392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464392; }

 p { color: rgb(70,67,146); }

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

background-color css

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

 a { background-color: rgb(70,67,146); }

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

border-color css

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

 span { border-color: rgb(70,67,146); }

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