Html Css Color HEX #464384 Dark Slate Blue

📋 copy color: '#464384'

red 70 ◦ green 67 ◦ blue 132

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

Shades of Dark Slate Blue #464384

Tints of Dark Slate Blue #464384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.07%

R = 26.02%
G = 24.91%
B = 49.07%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#464384 (or 0x464384) is known color: Dark Slate Blue. HEX triplet: 46, 43 and 84. RGB value is (70,67,132). Sum of RGB (Red+Green+Blue) = 70+67+132=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #464384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464384 is #B9BC7B. Grayscale: #4B4B4B. Windows color (decimal): -12172412 or 8667974. OLE color: 8667974.

HSL color Cylindrical-coordinate representation of color #464384: hue angle of 242.77º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #464384 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 67 132 -
CMYK 0.47 0.49 0 0.48
HSL 242.77º 0.33% 0.39% -
HSV(B) 242.77º 0.49% 0.52% -
XYZ 8.7 6.98 22.72 -
YUV 75.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 70 67 132 0.47 0.49 0 0.48 242.77 0.33 0.39
Hex 46 43 84 2F 31 0 30 F3 21 27
Octal 106 103 204 57 61 0 60 363 41 47
Binary 1000110 1000011 10000100 101111 110001 0 110000 11110011 100001 100111

Color Harmonies of #464384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464384

Black with #464384

Text Example


Text Example

White with #464384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464384; }

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

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

background-color css

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

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

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

border-color css

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

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

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