Html Css Color HEX #463985 Dark Slate Blue

📋 copy color: '#463985'

red 70 ◦ green 57 ◦ blue 133

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

Shades of Dark Slate Blue #463985

Tints of Dark Slate Blue #463985

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.92%

 BLUE value IS 133 (52.34% from 255) = 51.15%

R = 26.92%
G = 21.92%
B = 51.15%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#463985 (or 0x463985) is known color: Dark Slate Blue. HEX triplet: 46, 39 and 85. RGB value is (70,57,133). Sum of RGB (Red+Green+Blue) = 70+57+133=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #463985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463985 is #B9C67A. Grayscale: #454545. Windows color (decimal): -12174971 or 8730950. OLE color: 8730950.

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

Color convert

RGB 70 57 133 -
CMYK 0.47 0.57 0 0.48
HSL 250.26º 0.4% 0.37% -
HSV(B) 250.26º 0.57% 0.52% -
XYZ 8.22 5.92 22.9 -
YUV 69.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 70 57 133 0.47 0.57 0 0.48 250.26 0.4 0.37
Hex 46 39 85 2F 39 0 30 FA 28 25
Octal 106 71 205 57 71 0 60 372 50 45
Binary 1000110 111001 10000101 101111 111001 0 110000 11111010 101000 100101

Color Harmonies of #463985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463985

Black with #463985

Text Example


Text Example

White with #463985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463985; }

 p { color: rgb(70,57,133); }

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

background-color css

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

 a { background-color: rgb(70,57,133); }

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

border-color css

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

 span { border-color: rgb(70,57,133); }

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