#464194

Color #464194 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #464194

Tints of Dark Slate Blue #464194

Color information

#464194 (or 0x464194) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 41 and 94. RGB value is (70,65,148). Sum of RGB (Red+Green+Blue) = 70+65+148=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #464194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464194 is #B9BE6B. Grayscale: #4B4B4B. Windows color (decimal): -12172908 or 9716038. OLE color: 9716038.

HSL color Cylindrical-coordinate representation of color #464194: hue angle of 243.61º 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 #464194 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7065148-
CMYK0.530.5600.42
HSL243.61º38.97%41.76%-
HSV(B)243.61º56.08%58.04%-
XYZ9.767.2228.9-
YUV75.96168.66123.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.73%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 148 (58.20% from 255) = 52.30%
R=24.73%
G=22.97%
B=52.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70651480.530.5600.42243.6138.9741.76
Hex464194353802Af4272a
Octal10610122465700523644752
Binary1000110100000110010100110101111000010101011110100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464194; }

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

 H1.HeaderClassName
 {
   color: #464194;
 }
 .AnyTagClassName
 {
   color: #464194;
 }
</style>
background-color css

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

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

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

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

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

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