Html Css Color HEX #464495 Dark Slate Blue

📋 copy color: '#464495'

red 70 ◦ green 68 ◦ blue 149

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

Shades of Dark Slate Blue #464495

Tints of Dark Slate Blue #464495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.92%

R = 24.39%
G = 23.69%
B = 51.92%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#464495 (or 0x464495) is known color: Dark Slate Blue. HEX triplet: 46, 44 and 95. RGB value is (70,68,149). Sum of RGB (Red+Green+Blue) = 70+68+149=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #464495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464495 is #B9BB6A. Grayscale: #4D4D4D. Windows color (decimal): -12172139 or 9782342. OLE color: 9782342.

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

Color convert

RGB 70 68 149 -
CMYK 0.53 0.54 0 0.42
HSL 241.48º 0.37% 0.43% -
HSV(B) 241.48º 0.54% 0.58% -
XYZ 10.02 7.61 29.37 -
YUV 77.83 168.16 122.41 -
System Red Green Blue C M Y K H S L
Decimal 70 68 149 0.53 0.54 0 0.42 241.48 0.37 0.43
Hex 46 44 95 35 36 0 2A F1 25 2B
Octal 106 104 225 65 66 0 52 361 45 53
Binary 1000110 1000100 10010101 110101 110110 0 101010 11110001 100101 101011

Color Harmonies of #464495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464495

Black with #464495

Text Example


Text Example

White with #464495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464495; }

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

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

background-color css

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

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

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

border-color css

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

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

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