#464384

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

Shades of Dark Slate Blue #464384

Tints of Dark Slate Blue #464384

Color information

#464384 (or 0x464384) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 43 and 84. RGB value is (70,67,132). Sum of RGB (Red+Green+Blue) = 70+67+132=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #464384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464384 is #B9BC7B. Grayscale: #4B4B4B. Windows color (decimal): -12172412 or 8667974. OLE color: 8667974.

HSL color Cylindrical-coordinate representation of color #464384: hue angle of 242.77º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #464384 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7067132-
CMYK0.470.4900.48
HSL242.77º32.66%39.02%-
HSV(B)242.77º49.24%51.76%-
XYZ8.76.9822.72-
YUV75.31159.99124.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 67 (26.56% from 255) = 24.91%
BLUE value IS 132 (51.95% from 255) = 49.07%
R=26.02%
G=24.91%
B=49.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70671320.470.4900.48242.7732.6639.02
Hex4643842F31030f32127
Octal10610320457610603634147
Binary1000110100001110000100101111110001011000011110011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464384; }

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

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

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

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

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

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

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

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