Html Css Color HEX #464395 Dark Slate Blue

📋 copy color: '#464395'

red 70 ◦ green 67 ◦ blue 149

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

Shades of Dark Slate Blue #464395

Tints of Dark Slate Blue #464395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.43%

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

R = 24.48%
G = 23.43%
B = 52.1%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#464395 (or 0x464395) is known color: Dark Slate Blue. HEX triplet: 46, 43 and 95. RGB value is (70,67,149). Sum of RGB (Red+Green+Blue) = 70+67+149=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #464395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464395 is #B9BC6A. Grayscale: #4C4C4C. Windows color (decimal): -12172395 or 9782086. OLE color: 9782086.

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

Color convert

RGB 70 67 149 -
CMYK 0.53 0.55 0 0.42
HSL 242.2º 0.38% 0.42% -
HSV(B) 242.2º 0.55% 0.58% -
XYZ 9.96 7.49 29.35 -
YUV 77.25 168.49 122.83 -
System Red Green Blue C M Y K H S L
Decimal 70 67 149 0.53 0.55 0 0.42 242.2 0.38 0.42
Hex 46 43 95 35 37 0 2A F2 26 2A
Octal 106 103 225 65 67 0 52 362 46 52
Binary 1000110 1000011 10010101 110101 110111 0 101010 11110010 100110 101010

Color Harmonies of #464395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464395

Black with #464395

Text Example


Text Example

White with #464395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464395; }

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

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

background-color css

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

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

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

border-color css

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

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

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