Html Css Color HEX #464196 Dark Slate Blue

📋 copy color: '#464196'

red 70 ◦ green 65 ◦ blue 150

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

Shades of Dark Slate Blue #464196

Tints of Dark Slate Blue #464196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.63%

R = 24.56%
G = 22.81%
B = 52.63%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#464196 (or 0x464196) is known color: Dark Slate Blue. HEX triplet: 46, 41 and 96. RGB value is (70,65,150). Sum of RGB (Red+Green+Blue) = 70+65+150=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #464196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464196 is #B9BE69. Grayscale: #4B4B4B. Windows color (decimal): -12172906 or 9847110. OLE color: 9847110.

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

Color convert

RGB 70 65 150 -
CMYK 0.53 0.57 0 0.41
HSL 243.53º 0.4% 0.42% -
HSV(B) 243.53º 0.57% 0.59% -
XYZ 9.92 7.28 29.74 -
YUV 76.19 169.66 123.59 -
System Red Green Blue C M Y K H S L
Decimal 70 65 150 0.53 0.57 0 0.41 243.53 0.4 0.42
Hex 46 41 96 35 39 0 29 F4 28 2A
Octal 106 101 226 65 71 0 51 364 50 52
Binary 1000110 1000001 10010110 110101 111001 0 101001 11110100 101000 101010

Color Harmonies of #464196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464196

Black with #464196

Text Example


Text Example

White with #464196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464196; }

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

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

background-color css

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

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

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

border-color css

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

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

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