Html Css Color HEX #47397B Dark Slate Blue

📋 copy color: '#47397B'

red 71 ◦ green 57 ◦ blue 123

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

Shades of Dark Slate Blue #47397B

Tints of Dark Slate Blue #47397B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.71%

 BLUE value IS 123 (48.44% from 255) = 49%

R = 28.29%
G = 22.71%
B = 49%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47397B (or 0x47397B) is known color: Dark Slate Blue. HEX triplet: 47, 39 and 7B. RGB value is (71,57,123). Sum of RGB (Red+Green+Blue) = 71+57+123=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #47397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47397B is #B8C684. Grayscale: #444444. Windows color (decimal): -12109445 or 8075591. OLE color: 8075591.

HSL color Cylindrical-coordinate representation of color #47397B: hue angle of 252.73º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47397B is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 57 123 -
CMYK 0.42 0.54 0 0.52
HSL 252.73º 0.37% 0.35% -
HSV(B) 252.73º 0.54% 0.48% -
XYZ 7.64 5.7 19.44 -
YUV 68.71 158.64 129.63 -
System Red Green Blue C M Y K H S L
Decimal 71 57 123 0.42 0.54 0 0.52 252.73 0.37 0.35
Hex 47 39 7B 2A 36 0 34 FD 25 23
Octal 107 71 173 52 66 0 64 375 45 43
Binary 1000111 111001 1111011 101010 110110 0 110100 11111101 100101 100011

Color Harmonies of #47397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47397B

Black with #47397B

Text Example


Text Example

White with #47397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47397B; }

 p { color: rgb(71,57,123); }

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

background-color css

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

 a { background-color: rgb(71,57,123); }

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

border-color css

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

 span { border-color: rgb(71,57,123); }

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