Html Css Color HEX #463B7D Dark Slate Blue

📋 copy color: '#463B7D'

red 70 ◦ green 59 ◦ blue 125

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

Shades of Dark Slate Blue #463B7D

Tints of Dark Slate Blue #463B7D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.23%

 BLUE value IS 125 (49.22% from 255) = 49.21%

R = 27.56%
G = 23.23%
B = 49.21%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#463B7D (or 0x463B7D) is known color: Dark Slate Blue. HEX triplet: 46, 3B and 7D. RGB value is (70,59,125). Sum of RGB (Red+Green+Blue) = 70+59+125=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #463B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B7D is #B9C482. Grayscale: #454545. Windows color (decimal): -12174467 or 8207174. OLE color: 8207174.

HSL color Cylindrical-coordinate representation of color #463B7D: hue angle of 250º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #463B7D is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 59 125 -
CMYK 0.44 0.53 0 0.51
HSL 250º 0.36% 0.36% -
HSV(B) 250º 0.53% 0.49% -
XYZ 7.79 5.91 20.13 -
YUV 69.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 70 59 125 0.44 0.53 0 0.51 250 0.36 0.36
Hex 46 3B 7D 2C 35 0 33 FA 24 24
Octal 106 73 175 54 65 0 63 372 44 44
Binary 1000110 111011 1111101 101100 110101 0 110011 11111010 100100 100100

Color Harmonies of #463B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B7D

Black with #463B7D

Text Example


Text Example

White with #463B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463B7D; }

 p { color: rgb(70,59,125); }

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

background-color css

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

 a { background-color: rgb(70,59,125); }

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

border-color css

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

 span { border-color: rgb(70,59,125); }

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