Html Css Color HEX #463680 Dark Slate Blue

📋 copy color: '#463680'

red 70 ◦ green 54 ◦ blue 128

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

Shades of Dark Slate Blue #463680

Tints of Dark Slate Blue #463680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.43%

 BLUE value IS 128 (50.39% from 255) = 50.79%

R = 27.78%
G = 21.43%
B = 50.79%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#463680 (or 0x463680) is known color: Dark Slate Blue. HEX triplet: 46, 36 and 80. RGB value is (70,54,128). Sum of RGB (Red+Green+Blue) = 70+54+128=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #463680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463680 is #B9C97F. Grayscale: #424242. Windows color (decimal): -12175744 or 8402502. OLE color: 8402502.

HSL color Cylindrical-coordinate representation of color #463680: hue angle of 252.97º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #463680 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 54 128 -
CMYK 0.45 0.58 0 0.50
HSL 252.97º 0.41% 0.36% -
HSV(B) 252.97º 0.58% 0.5% -
XYZ 7.74 5.5 21.08 -
YUV 67.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 70 54 128 0.45 0.58 0 0.50 252.97 0.41 0.36
Hex 46 36 80 2D 3A 0 32 FD 29 24
Octal 106 66 200 55 72 0 62 375 51 44
Binary 1000110 110110 10000000 101101 111010 0 110010 11111101 101001 100100

Color Harmonies of #463680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463680

Black with #463680

Text Example


Text Example

White with #463680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463680; }

 p { color: rgb(70,54,128); }

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

background-color css

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

 a { background-color: rgb(70,54,128); }

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

border-color css

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

 span { border-color: rgb(70,54,128); }

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