Html Css Color HEX #47387F Dark Slate Blue

📋 copy color: '#47387F'

red 71 ◦ green 56 ◦ blue 127

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

Shades of Dark Slate Blue #47387F

Tints of Dark Slate Blue #47387F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.05%

 BLUE value IS 127 (50% from 255) = 50%

R = 27.95%
G = 22.05%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47387F (or 0x47387F) is known color: Dark Slate Blue. HEX triplet: 47, 38 and 7F. RGB value is (71,56,127). Sum of RGB (Red+Green+Blue) = 71+56+127=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #47387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47387F is #B8C780. Grayscale: #444444. Windows color (decimal): -12109697 or 8337479. OLE color: 8337479.

HSL color Cylindrical-coordinate representation of color #47387F: hue angle of 252.68º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47387F is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 56 127 -
CMYK 0.44 0.56 0 0.50
HSL 252.68º 0.39% 0.36% -
HSV(B) 252.68º 0.56% 0.5% -
XYZ 7.84 5.7 20.77 -
YUV 68.58 160.97 129.73 -
System Red Green Blue C M Y K H S L
Decimal 71 56 127 0.44 0.56 0 0.50 252.68 0.39 0.36
Hex 47 38 7F 2C 38 0 32 FD 27 24
Octal 107 70 177 54 70 0 62 375 47 44
Binary 1000111 111000 1111111 101100 111000 0 110010 11111101 100111 100100

Color Harmonies of #47387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47387F

Black with #47387F

Text Example


Text Example

White with #47387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47387F; }

 p { color: rgb(71,56,127); }

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

background-color css

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

 a { background-color: rgb(71,56,127); }

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

border-color css

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

 span { border-color: rgb(71,56,127); }

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