Html Css Color HEX #464195 Dark Slate Blue

📋 copy color: '#464195'

red 70 ◦ green 65 ◦ blue 149

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

Shades of Dark Slate Blue #464195

Tints of Dark Slate Blue #464195

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.89%

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

R = 24.65%
G = 22.89%
B = 52.46%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#464195 (or 0x464195) is known color: Dark Slate Blue. HEX triplet: 46, 41 and 95. RGB value is (70,65,149). Sum of RGB (Red+Green+Blue) = 70+65+149=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #464195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464195 is #B9BE6A. Grayscale: #4B4B4B. Windows color (decimal): -12172907 or 9781574. OLE color: 9781574.

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

Color convert

RGB 70 65 149 -
CMYK 0.53 0.56 0 0.42
HSL 243.57º 0.39% 0.42% -
HSV(B) 243.57º 0.56% 0.58% -
XYZ 9.84 7.25 29.31 -
YUV 76.07 169.16 123.67 -
System Red Green Blue C M Y K H S L
Decimal 70 65 149 0.53 0.56 0 0.42 243.57 0.39 0.42
Hex 46 41 95 35 38 0 2A F4 27 2A
Octal 106 101 225 65 70 0 52 364 47 52
Binary 1000110 1000001 10010101 110101 111000 0 101010 11110100 100111 101010

Color Harmonies of #464195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464195

Black with #464195

Text Example


Text Example

White with #464195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464195; }

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

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

background-color css

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

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

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

border-color css

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

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

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