Html Css Color HEX #464095 Dark Slate Blue

📋 copy color: '#464095'

red 70 ◦ green 64 ◦ blue 149

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

Shades of Dark Slate Blue #464095

Tints of Dark Slate Blue #464095

RGB

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

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

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

R = 24.73%
G = 22.61%
B = 52.65%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#464095 (or 0x464095) is known color: Dark Slate Blue. HEX triplet: 46, 40 and 95. RGB value is (70,64,149). Sum of RGB (Red+Green+Blue) = 70+64+149=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #464095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464095 is #B9BF6A. Grayscale: #4B4B4B. Windows color (decimal): -12173163 or 9781318. OLE color: 9781318.

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

Color convert

RGB 70 64 149 -
CMYK 0.53 0.57 0 0.42
HSL 244.24º 0.4% 0.42% -
HSV(B) 244.24º 0.57% 0.58% -
XYZ 9.78 7.14 29.3 -
YUV 75.48 169.49 124.09 -
System Red Green Blue C M Y K H S L
Decimal 70 64 149 0.53 0.57 0 0.42 244.24 0.4 0.42
Hex 46 40 95 35 39 0 2A F4 28 2A
Octal 106 100 225 65 71 0 52 364 50 52
Binary 1000110 1000000 10010101 110101 111001 0 101010 11110100 101000 101010

Color Harmonies of #464095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464095

Black with #464095

Text Example


Text Example

White with #464095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464095; }

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

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

background-color css

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

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

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

border-color css

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

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

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