Html Css Color HEX #4F478D Dark Slate Blue

📋 copy color: '#4F478D'

red 79 ◦ green 71 ◦ blue 141

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

Shades of Dark Slate Blue #4F478D

Tints of Dark Slate Blue #4F478D

RGB

 RED value IS 79 (31.25% from 255) = 27.15%

 GREEN value IS 71 (28.13% from 255) = 24.4%

 BLUE value IS 141 (55.47% from 255) = 48.45%

R = 27.15%
G = 24.4%
B = 48.45%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F478D (or 0x4F478D) is known color: Dark Slate Blue. HEX triplet: 4F, 47 and 8D. RGB value is (79,71,141). Sum of RGB (Red+Green+Blue) = 79+71+141=291 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.15% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F478D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F478D is #B0B872. Grayscale: #515151. Windows color (decimal): -11581555 or 9258831. OLE color: 9258831.

HSL color Cylindrical-coordinate representation of color #4F478D: hue angle of 246.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F478D is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 79 71 141 -
CMYK 0.44 0.50 0 0.45
HSL 246.86º 0.33% 0.42% -
HSV(B) 246.86º 0.5% 0.55% -
XYZ 10.29 8.09 26.22 -
YUV 81.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 79 71 141 0.44 0.50 0 0.45 246.86 0.33 0.42
Hex 4F 47 8D 2C 32 0 2D F7 21 2A
Octal 117 107 215 54 62 0 55 367 41 52
Binary 1001111 1000111 10001101 101100 110010 0 101101 11110111 100001 101010

Color Harmonies of #4F478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F478D

Black with #4F478D

Text Example


Text Example

White with #4F478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F478D; }

 p { color: rgb(79,71,141); }

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

background-color css

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

 a { background-color: rgb(79,71,141); }

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

border-color css

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

 span { border-color: rgb(79,71,141); }

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