Html Css Color HEX #463787 Dark Slate Blue

📋 copy color: '#463787'

red 70 ◦ green 55 ◦ blue 135

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

Shades of Dark Slate Blue #463787

Tints of Dark Slate Blue #463787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 51.92%

R = 26.92%
G = 21.15%
B = 51.92%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#463787 (or 0x463787) is known color: Dark Slate Blue. HEX triplet: 46, 37 and 87. RGB value is (70,55,135). Sum of RGB (Red+Green+Blue) = 70+55+135=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #463787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463787 is #B9C878. Grayscale: #444444. Windows color (decimal): -12175481 or 8861510. OLE color: 8861510.

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

Color convert

RGB 70 55 135 -
CMYK 0.48 0.59 0 0.47
HSL 251.25º 0.42% 0.37% -
HSV(B) 251.25º 0.59% 0.53% -
XYZ 8.27 5.78 23.6 -
YUV 68.61 165.47 129 -
System Red Green Blue C M Y K H S L
Decimal 70 55 135 0.48 0.59 0 0.47 251.25 0.42 0.37
Hex 46 37 87 30 3B 0 2F FB 2A 25
Octal 106 67 207 60 73 0 57 373 52 45
Binary 1000110 110111 10000111 110000 111011 0 101111 11111011 101010 100101

Color Harmonies of #463787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463787

Black with #463787

Text Example


Text Example

White with #463787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463787; }

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

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

background-color css

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

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

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

border-color css

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

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

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