Html Css Color HEX #463788 Dark Slate Blue

📋 copy color: '#463788'

red 70 ◦ green 55 ◦ blue 136

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

Shades of Dark Slate Blue #463788

Tints of Dark Slate Blue #463788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.11%

R = 26.82%
G = 21.07%
B = 52.11%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#463788 (or 0x463788) is known color: Dark Slate Blue. HEX triplet: 46, 37 and 88. RGB value is (70,55,136). Sum of RGB (Red+Green+Blue) = 70+55+136=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #463788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463788 is #B9C877. Grayscale: #444444. Windows color (decimal): -12175480 or 8927046. OLE color: 8927046.

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

Color convert

RGB 70 55 136 -
CMYK 0.49 0.60 0 0.47
HSL 251.11º 0.42% 0.37% -
HSV(B) 251.11º 0.6% 0.53% -
XYZ 8.34 5.81 23.98 -
YUV 68.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 70 55 136 0.49 0.60 0 0.47 251.11 0.42 0.37
Hex 46 37 88 31 3C 0 2F FB 2A 25
Octal 106 67 210 61 74 0 57 373 52 45
Binary 1000110 110111 10001000 110001 111100 0 101111 11111011 101010 100101

Color Harmonies of #463788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463788

Black with #463788

Text Example


Text Example

White with #463788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463788; }

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

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

background-color css

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

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

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

border-color css

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

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

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