Html Css Color HEX #464084 Dark Slate Blue

📋 copy color: '#464084'

red 70 ◦ green 64 ◦ blue 132

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

Shades of Dark Slate Blue #464084

Tints of Dark Slate Blue #464084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.62%

R = 26.32%
G = 24.06%
B = 49.62%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#464084 (or 0x464084) is known color: Dark Slate Blue. HEX triplet: 46, 40 and 84. RGB value is (70,64,132). Sum of RGB (Red+Green+Blue) = 70+64+132=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #464084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464084 is #B9BF7B. Grayscale: #494949. Windows color (decimal): -12173180 or 8667206. OLE color: 8667206.

HSL color Cylindrical-coordinate representation of color #464084: hue angle of 245.29º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #464084 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 64 132 -
CMYK 0.47 0.52 0 0.48
HSL 245.29º 0.35% 0.38% -
HSV(B) 245.29º 0.52% 0.52% -
XYZ 8.52 6.63 22.66 -
YUV 73.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 70 64 132 0.47 0.52 0 0.48 245.29 0.35 0.38
Hex 46 40 84 2F 34 0 30 F5 23 26
Octal 106 100 204 57 64 0 60 365 43 46
Binary 1000110 1000000 10000100 101111 110100 0 110000 11110101 100011 100110

Color Harmonies of #464084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464084

Black with #464084

Text Example


Text Example

White with #464084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464084; }

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

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

background-color css

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

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

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

border-color css

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

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

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