Html Css Color HEX #474299 Dark Slate Blue

📋 copy color: '#474299'

red 71 ◦ green 66 ◦ blue 153

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

Shades of Dark Slate Blue #474299

Tints of Dark Slate Blue #474299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.76%

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

R = 24.48%
G = 22.76%
B = 52.76%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#474299 (or 0x474299) is known color: Dark Slate Blue. HEX triplet: 47, 42 and 99. RGB value is (71,66,153). Sum of RGB (Red+Green+Blue) = 71+66+153=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #474299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474299 is #B8BD66. Grayscale: #4D4D4D. Windows color (decimal): -12107111 or 10043975. OLE color: 10043975.

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

Color convert

RGB 71 66 153 -
CMYK 0.54 0.57 0 0.4
HSL 243.45º 0.4% 0.43% -
HSV(B) 243.45º 0.57% 0.6% -
XYZ 10.3 7.54 31.05 -
YUV 77.41 170.66 123.43 -
System Red Green Blue C M Y K H S L
Decimal 71 66 153 0.54 0.57 0 0.4 243.45 0.4 0.43
Hex 47 42 99 36 39 0 28 F3 28 2B
Octal 107 102 231 66 71 0 50 363 50 53
Binary 1000111 1000010 10011001 110110 111001 0 101000 11110011 101000 101011

Color Harmonies of #474299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474299

Black with #474299

Text Example


Text Example

White with #474299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474299; }

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

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

background-color css

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

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

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

border-color css

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

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

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