Html Css Color HEX #463F7F Dark Slate Blue

📋 copy color: '#463F7F'

red 70 ◦ green 63 ◦ blue 127

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

Shades of Dark Slate Blue #463F7F

Tints of Dark Slate Blue #463F7F

RGB

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

 GREEN value IS 63 (25% from 255) = 24.23%

 BLUE value IS 127 (50% from 255) = 48.85%

R = 26.92%
G = 24.23%
B = 48.85%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#463F7F (or 0x463F7F) is known color: Dark Slate Blue. HEX triplet: 46, 3F and 7F. RGB value is (70,63,127). Sum of RGB (Red+Green+Blue) = 70+63+127=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #463F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F7F is #B9C080. Grayscale: #484848. Windows color (decimal): -12173441 or 8339270. OLE color: 8339270.

HSL color Cylindrical-coordinate representation of color #463F7F: hue angle of 246.56º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463F7F is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 63 127 -
CMYK 0.45 0.50 0 0.50
HSL 246.56º 0.34% 0.37% -
HSV(B) 246.56º 0.5% 0.5% -
XYZ 8.13 6.39 20.88 -
YUV 72.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 70 63 127 0.45 0.50 0 0.50 246.56 0.34 0.37
Hex 46 3F 7F 2D 32 0 32 F7 22 25
Octal 106 77 177 55 62 0 62 367 42 45
Binary 1000110 111111 1111111 101101 110010 0 110010 11110111 100010 100101

Color Harmonies of #463F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F7F

Black with #463F7F

Text Example


Text Example

White with #463F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,63,127); }

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

background-color css

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

 a { background-color: rgb(70,63,127); }

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

border-color css

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

 span { border-color: rgb(70,63,127); }

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