Html Css Color HEX #464080 Dark Slate Blue

📋 copy color: '#464080'

red 70 ◦ green 64 ◦ blue 128

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

Shades of Dark Slate Blue #464080

Tints of Dark Slate Blue #464080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.43%

 BLUE value IS 128 (50.39% from 255) = 48.85%

R = 26.72%
G = 24.43%
B = 48.85%

CMYK

 C value IS 0.45

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#464080 (or 0x464080) is known color: Dark Slate Blue. HEX triplet: 46, 40 and 80. RGB value is (70,64,128). Sum of RGB (Red+Green+Blue) = 70+64+128=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #464080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464080 is #B9BF7F. Grayscale: #484848. Windows color (decimal): -12173184 or 8405062. OLE color: 8405062.

HSL color Cylindrical-coordinate representation of color #464080: hue angle of 245.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #464080 is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 64 128 -
CMYK 0.45 0.5 0 0.50
HSL 245.63º 0.33% 0.38% -
HSV(B) 245.63º 0.5% 0.5% -
XYZ 8.26 6.53 21.25 -
YUV 73.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 70 64 128 0.45 0.5 0 0.50 245.63 0.33 0.38
Hex 46 40 80 2D 32 0 32 F6 21 26
Octal 106 100 200 55 62 0 62 366 41 46
Binary 1000110 1000000 10000000 101101 110010 0 110010 11110110 100001 100110

Color Harmonies of #464080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464080

Black with #464080

Text Example


Text Example

White with #464080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464080; }

 p { color: rgb(70,64,128); }

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

background-color css

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

 a { background-color: rgb(70,64,128); }

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

border-color css

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

 span { border-color: rgb(70,64,128); }

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