Html Css Color HEX #464493 Dark Slate Blue

📋 copy color: '#464493'

red 70 ◦ green 68 ◦ blue 147

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

Shades of Dark Slate Blue #464493

Tints of Dark Slate Blue #464493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

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

R = 24.56%
G = 23.86%
B = 51.58%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#464493 (or 0x464493) is known color: Dark Slate Blue. HEX triplet: 46, 44 and 93. RGB value is (70,68,147). Sum of RGB (Red+Green+Blue) = 70+68+147=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #464493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464493 is #B9BB6C. Grayscale: #4D4D4D. Windows color (decimal): -12172141 or 9651270. OLE color: 9651270.

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

Color convert

RGB 70 68 147 -
CMYK 0.52 0.54 0 0.42
HSL 241.52º 0.37% 0.42% -
HSV(B) 241.52º 0.54% 0.58% -
XYZ 9.86 7.54 28.54 -
YUV 77.6 167.16 122.58 -
System Red Green Blue C M Y K H S L
Decimal 70 68 147 0.52 0.54 0 0.42 241.52 0.37 0.42
Hex 46 44 93 34 36 0 2A F2 25 2A
Octal 106 104 223 64 66 0 52 362 45 52
Binary 1000110 1000100 10010011 110100 110110 0 101010 11110010 100101 101010

Color Harmonies of #464493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464493

Black with #464493

Text Example


Text Example

White with #464493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464493; }

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

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

background-color css

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

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

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

border-color css

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

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

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