Html Css Color HEX #463785 Dark Slate Blue

📋 copy color: '#463785'

red 70 ◦ green 55 ◦ blue 133

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

Shades of Dark Slate Blue #463785

Tints of Dark Slate Blue #463785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.32%

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

R = 27.13%
G = 21.32%
B = 51.55%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#463785 (or 0x463785) is known color: Dark Slate Blue. HEX triplet: 46, 37 and 85. RGB value is (70,55,133). Sum of RGB (Red+Green+Blue) = 70+55+133=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #463785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463785 is #B9C87A. Grayscale: #444444. Windows color (decimal): -12175483 or 8730438. OLE color: 8730438.

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

Color convert

RGB 70 55 133 -
CMYK 0.47 0.59 0 0.48
HSL 251.54º 0.41% 0.37% -
HSV(B) 251.54º 0.59% 0.52% -
XYZ 8.13 5.73 22.87 -
YUV 68.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 70 55 133 0.47 0.59 0 0.48 251.54 0.41 0.37
Hex 46 37 85 2F 3B 0 30 FC 29 25
Octal 106 67 205 57 73 0 60 374 51 45
Binary 1000110 110111 10000101 101111 111011 0 110000 11111100 101001 100101

Color Harmonies of #463785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463785

Black with #463785

Text Example


Text Example

White with #463785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463785; }

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

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

background-color css

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

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

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

border-color css

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

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

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