Html Css Color HEX #463385 Dark Slate Blue

📋 copy color: '#463385'

red 70 ◦ green 51 ◦ blue 133

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

Shades of Dark Slate Blue #463385

Tints of Dark Slate Blue #463385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.08%

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

R = 27.56%
G = 20.08%
B = 52.36%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#463385 (or 0x463385) is known color: Dark Slate Blue. HEX triplet: 46, 33 and 85. RGB value is (70,51,133). Sum of RGB (Red+Green+Blue) = 70+51+133=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #463385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463385 is #B9CC7A. Grayscale: #414141. Windows color (decimal): -12176507 or 8729414. OLE color: 8729414.

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

Color convert

RGB 70 51 133 -
CMYK 0.47 0.62 0 0.48
HSL 253.9º 0.45% 0.36% -
HSV(B) 253.9º 0.62% 0.52% -
XYZ 7.94 5.36 22.81 -
YUV 66.03 165.79 130.83 -
System Red Green Blue C M Y K H S L
Decimal 70 51 133 0.47 0.62 0 0.48 253.9 0.45 0.36
Hex 46 33 85 2F 3E 0 30 FE 2D 24
Octal 106 63 205 57 76 0 60 376 55 44
Binary 1000110 110011 10000101 101111 111110 0 110000 11111110 101101 100100

Color Harmonies of #463385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463385

Black with #463385

Text Example


Text Example

White with #463385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463385; }

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

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

background-color css

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

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

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

border-color css

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

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

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