Html Css Color HEX #464192 Dark Slate Blue

📋 copy color: '#464192'

red 70 ◦ green 65 ◦ blue 146

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

Shades of Dark Slate Blue #464192

Tints of Dark Slate Blue #464192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.96%

R = 24.91%
G = 23.13%
B = 51.96%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#464192 (or 0x464192) is known color: Dark Slate Blue. HEX triplet: 46, 41 and 92. RGB value is (70,65,146). Sum of RGB (Red+Green+Blue) = 70+65+146=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #464192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464192 is #B9BE6D. Grayscale: #4B4B4B. Windows color (decimal): -12172910 or 9584966. OLE color: 9584966.

HSL color Cylindrical-coordinate representation of color #464192: hue angle of 243.7º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #464192 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 65 146 -
CMYK 0.52 0.55 0 0.43
HSL 243.7º 0.38% 0.41% -
HSV(B) 243.7º 0.55% 0.57% -
XYZ 9.6 7.16 28.07 -
YUV 75.73 167.66 123.91 -
System Red Green Blue C M Y K H S L
Decimal 70 65 146 0.52 0.55 0 0.43 243.7 0.38 0.41
Hex 46 41 92 34 37 0 2B F4 26 29
Octal 106 101 222 64 67 0 53 364 46 51
Binary 1000110 1000001 10010010 110100 110111 0 101011 11110100 100110 101001

Color Harmonies of #464192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464192

Black with #464192

Text Example


Text Example

White with #464192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464192; }

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

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

background-color css

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

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

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

border-color css

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

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

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