Html Css Color HEX #474484 Dark Slate Blue

📋 copy color: '#474484'

red 71 ◦ green 68 ◦ blue 132

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

Shades of Dark Slate Blue #474484

Tints of Dark Slate Blue #474484

RGB

 RED value IS 71 (28.13% from 255) = 26.2%

 GREEN value IS 68 (26.95% from 255) = 25.09%

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

R = 26.2%
G = 25.09%
B = 48.71%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#474484 (or 0x474484) is known color: Dark Slate Blue. HEX triplet: 47, 44 and 84. RGB value is (71,68,132). Sum of RGB (Red+Green+Blue) = 71+68+132=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #474484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474484 is #B8BB7B. Grayscale: #4B4B4B. Windows color (decimal): -12106620 or 8668231. OLE color: 8668231.

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

Color convert

RGB 71 68 132 -
CMYK 0.46 0.48 0 0.48
HSL 242.81º 0.32% 0.39% -
HSV(B) 242.81º 0.48% 0.52% -
XYZ 8.83 7.14 22.74 -
YUV 76.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 71 68 132 0.46 0.48 0 0.48 242.81 0.32 0.39
Hex 47 44 84 2E 30 0 30 F3 20 27
Octal 107 104 204 56 60 0 60 363 40 47
Binary 1000111 1000100 10000100 101110 110000 0 110000 11110011 100000 100111

Color Harmonies of #474484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474484

Black with #474484

Text Example


Text Example

White with #474484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474484; }

 p { color: rgb(71,68,132); }

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

background-color css

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

 a { background-color: rgb(71,68,132); }

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

border-color css

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

 span { border-color: rgb(71,68,132); }

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