Html Css Color HEX #463888 Dark Slate Blue

📋 copy color: '#463888'

red 70 ◦ green 56 ◦ blue 136

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

Shades of Dark Slate Blue #463888

Tints of Dark Slate Blue #463888

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.37%

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

R = 26.72%
G = 21.37%
B = 51.91%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#463888 (or 0x463888) is known color: Dark Slate Blue. HEX triplet: 46, 38 and 88. RGB value is (70,56,136). Sum of RGB (Red+Green+Blue) = 70+56+136=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #463888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463888 is #B9C777. Grayscale: #454545. Windows color (decimal): -12175224 or 8927302. OLE color: 8927302.

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

Color convert

RGB 70 56 136 -
CMYK 0.49 0.59 0 0.47
HSL 250.5º 0.42% 0.38% -
HSV(B) 250.5º 0.59% 0.53% -
XYZ 8.38 5.91 23.99 -
YUV 69.31 165.64 128.5 -
System Red Green Blue C M Y K H S L
Decimal 70 56 136 0.49 0.59 0 0.47 250.5 0.42 0.38
Hex 46 38 88 31 3B 0 2F FB 2A 26
Octal 106 70 210 61 73 0 57 373 52 46
Binary 1000110 111000 10001000 110001 111011 0 101111 11111011 101010 100110

Color Harmonies of #463888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463888

Black with #463888

Text Example


Text Example

White with #463888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463888; }

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

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

background-color css

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

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

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

border-color css

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

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

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