Html Css Color HEX #463C89 Dark Slate Blue

📋 copy color: '#463C89'

red 70 ◦ green 60 ◦ blue 137

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

Shades of Dark Slate Blue #463C89

Tints of Dark Slate Blue #463C89

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.47%

 BLUE value IS 137 (53.91% from 255) = 51.31%

R = 26.22%
G = 22.47%
B = 51.31%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#463C89 (or 0x463C89) is known color: Dark Slate Blue. HEX triplet: 46, 3C and 89. RGB value is (70,60,137). Sum of RGB (Red+Green+Blue) = 70+60+137=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #463C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463C89 is #B9C376. Grayscale: #474747. Windows color (decimal): -12174199 or 8993862. OLE color: 8993862.

HSL color Cylindrical-coordinate representation of color #463C89: hue angle of 247.79º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #463C89 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 60 137 -
CMYK 0.49 0.56 0 0.46
HSL 247.79º 0.39% 0.39% -
HSV(B) 247.79º 0.56% 0.54% -
XYZ 8.66 6.34 24.43 -
YUV 71.77 164.81 126.74 -
System Red Green Blue C M Y K H S L
Decimal 70 60 137 0.49 0.56 0 0.46 247.79 0.39 0.39
Hex 46 3C 89 31 38 0 2E F8 27 27
Octal 106 74 211 61 70 0 56 370 47 47
Binary 1000110 111100 10001001 110001 111000 0 101110 11111000 100111 100111

Color Harmonies of #463C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C89

Black with #463C89

Text Example


Text Example

White with #463C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,60,137); }

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

background-color css

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

 a { background-color: rgb(70,60,137); }

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

border-color css

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

 span { border-color: rgb(70,60,137); }

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