Html Css Color HEX #464388 Dark Slate Blue

📋 copy color: '#464388'

red 70 ◦ green 67 ◦ blue 136

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

Shades of Dark Slate Blue #464388

Tints of Dark Slate Blue #464388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.54%

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

R = 25.64%
G = 24.54%
B = 49.82%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#464388 (or 0x464388) is known color: Dark Slate Blue. HEX triplet: 46, 43 and 88. RGB value is (70,67,136). Sum of RGB (Red+Green+Blue) = 70+67+136=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #464388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464388 is #B9BC77. Grayscale: #4B4B4B. Windows color (decimal): -12172408 or 8930118. OLE color: 8930118.

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

Color convert

RGB 70 67 136 -
CMYK 0.49 0.51 0 0.47
HSL 242.61º 0.34% 0.4% -
HSV(B) 242.61º 0.51% 0.53% -
XYZ 8.98 7.09 24.19 -
YUV 75.76 161.99 123.89 -
System Red Green Blue C M Y K H S L
Decimal 70 67 136 0.49 0.51 0 0.47 242.61 0.34 0.4
Hex 46 43 88 31 33 0 2F F3 22 28
Octal 106 103 210 61 63 0 57 363 42 50
Binary 1000110 1000011 10001000 110001 110011 0 101111 11110011 100010 101000

Color Harmonies of #464388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464388

Black with #464388

Text Example


Text Example

White with #464388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464388; }

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

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

background-color css

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

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

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

border-color css

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

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

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