Html Css Color HEX #474382 Dark Slate Blue

📋 copy color: '#474382'

red 71 ◦ green 67 ◦ blue 130

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

Shades of Dark Slate Blue #474382

Tints of Dark Slate Blue #474382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.51%

R = 26.49%
G = 25%
B = 48.51%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#474382 (or 0x474382) is known color: Dark Slate Blue. HEX triplet: 47, 43 and 82. RGB value is (71,67,130). Sum of RGB (Red+Green+Blue) = 71+67+130=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #474382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474382 is #B8BC7D. Grayscale: #4B4B4B. Windows color (decimal): -12106878 or 8536903. OLE color: 8536903.

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

Color convert

RGB 71 67 130 -
CMYK 0.45 0.48 0 0.49
HSL 243.81º 0.32% 0.39% -
HSV(B) 243.81º 0.48% 0.51% -
XYZ 8.63 6.97 22.01 -
YUV 75.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 71 67 130 0.45 0.48 0 0.49 243.81 0.32 0.39
Hex 47 43 82 2D 30 0 31 F4 20 27
Octal 107 103 202 55 60 0 61 364 40 47
Binary 1000111 1000011 10000010 101101 110000 0 110001 11110100 100000 100111

Color Harmonies of #474382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474382

Black with #474382

Text Example


Text Example

White with #474382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474382; }

 p { color: rgb(71,67,130); }

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

background-color css

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

 a { background-color: rgb(71,67,130); }

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

border-color css

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

 span { border-color: rgb(71,67,130); }

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