Html Css Color HEX #474485 Dark Slate Blue

📋 copy color: '#474485'

red 71 ◦ green 68 ◦ blue 133

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

Shades of Dark Slate Blue #474485

Tints of Dark Slate Blue #474485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 48.9%

R = 26.1%
G = 25%
B = 48.9%

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

#474485 (or 0x474485) is known color: Dark Slate Blue. HEX triplet: 47, 44 and 85. RGB value is (71,68,133). Sum of RGB (Red+Green+Blue) = 71+68+133=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #474485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474485 is #B8BB7A. Grayscale: #4C4C4C. Windows color (decimal): -12106619 or 8733767. OLE color: 8733767.

HSL color Cylindrical-coordinate representation of color #474485: hue angle of 242.77º degrees, saturation: 0.32, 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 #474485 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 68 133 -
CMYK 0.47 0.49 0 0.48
HSL 242.77º 0.32% 0.39% -
HSV(B) 242.77º 0.49% 0.52% -
XYZ 8.9 7.17 23.1 -
YUV 76.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 71 68 133 0.47 0.49 0 0.48 242.77 0.32 0.39
Hex 47 44 85 2F 31 0 30 F3 20 27
Octal 107 104 205 57 61 0 60 363 40 47
Binary 1000111 1000100 10000101 101111 110001 0 110000 11110011 100000 100111

Color Harmonies of #474485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474485

Black with #474485

Text Example


Text Example

White with #474485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474485; }

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

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

background-color css

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

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

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

border-color css

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

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

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