Html Css Color HEX #474499 Dark Slate Blue

📋 copy color: '#474499'

red 71 ◦ green 68 ◦ blue 153

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

Shades of Dark Slate Blue #474499

Tints of Dark Slate Blue #474499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.4%

R = 24.32%
G = 23.29%
B = 52.4%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#474499 (or 0x474499) is known color: Dark Slate Blue. HEX triplet: 47, 44 and 99. RGB value is (71,68,153). Sum of RGB (Red+Green+Blue) = 71+68+153=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #474499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474499 is #B8BB66. Grayscale: #4E4E4E. Windows color (decimal): -12106599 or 10044487. OLE color: 10044487.

HSL color Cylindrical-coordinate representation of color #474499: hue angle of 242.12º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #474499 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 68 153 -
CMYK 0.54 0.56 0 0.4
HSL 242.12º 0.38% 0.43% -
HSV(B) 242.12º 0.56% 0.6% -
XYZ 10.42 7.77 31.09 -
YUV 78.59 169.99 122.59 -
System Red Green Blue C M Y K H S L
Decimal 71 68 153 0.54 0.56 0 0.4 242.12 0.38 0.43
Hex 47 44 99 36 38 0 28 F2 26 2B
Octal 107 104 231 66 70 0 50 362 46 53
Binary 1000111 1000100 10011001 110110 111000 0 101000 11110010 100110 101011

Color Harmonies of #474499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474499

Black with #474499

Text Example


Text Example

White with #474499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474499; }

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

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

background-color css

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

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

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

border-color css

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

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

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