Html Css Color HEX #474384 Dark Slate Blue

📋 copy color: '#474384'

red 71 ◦ green 67 ◦ blue 132

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

Shades of Dark Slate Blue #474384

Tints of Dark Slate Blue #474384

RGB

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

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

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

R = 26.3%
G = 24.81%
B = 48.89%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#474384 (or 0x474384) is known color: Dark Slate Blue. HEX triplet: 47, 43 and 84. RGB value is (71,67,132). Sum of RGB (Red+Green+Blue) = 71+67+132=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #474384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474384 is #B8BC7B. Grayscale: #4B4B4B. Windows color (decimal): -12106876 or 8667975. OLE color: 8667975.

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

Color convert

RGB 71 67 132 -
CMYK 0.46 0.49 0 0.48
HSL 243.69º 0.33% 0.39% -
HSV(B) 243.69º 0.49% 0.52% -
XYZ 8.77 7.02 22.72 -
YUV 75.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 71 67 132 0.46 0.49 0 0.48 243.69 0.33 0.39
Hex 47 43 84 2E 31 0 30 F4 21 27
Octal 107 103 204 56 61 0 60 364 41 47
Binary 1000111 1000011 10000100 101110 110001 0 110000 11110100 100001 100111

Color Harmonies of #474384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474384

Black with #474384

Text Example


Text Example

White with #474384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474384; }

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

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

background-color css

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

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

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

border-color css

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

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

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