Html Css Color HEX #474488 Dark Slate Blue

📋 copy color: '#474488'

red 71 ◦ green 68 ◦ blue 136

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

Shades of Dark Slate Blue #474488

Tints of Dark Slate Blue #474488

RGB

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

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

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

R = 25.82%
G = 24.73%
B = 49.45%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#474488 (or 0x474488) is known color: Dark Slate Blue. HEX triplet: 47, 44 and 88. RGB value is (71,68,136). Sum of RGB (Red+Green+Blue) = 71+68+136=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #474488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474488 is #B8BB77. Grayscale: #4C4C4C. Windows color (decimal): -12106616 or 8930375. OLE color: 8930375.

HSL color Cylindrical-coordinate representation of color #474488: hue angle of 242.65º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #474488 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 68 136 -
CMYK 0.48 0.50 0 0.47
HSL 242.65º 0.33% 0.4% -
HSV(B) 242.65º 0.5% 0.53% -
XYZ 9.11 7.25 24.21 -
YUV 76.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 71 68 136 0.48 0.50 0 0.47 242.65 0.33 0.4
Hex 47 44 88 30 32 0 2F F3 21 28
Octal 107 104 210 60 62 0 57 363 41 50
Binary 1000111 1000100 10001000 110000 110010 0 101111 11110011 100001 101000

Color Harmonies of #474488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474488

Black with #474488

Text Example


Text Example

White with #474488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474488; }

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

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

background-color css

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

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

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

border-color css

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

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

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