Html Css Color HEX #4F478C Dark Slate Blue

📋 copy color: '#4F478C'

red 79 ◦ green 71 ◦ blue 140

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

Shades of Dark Slate Blue #4F478C

Tints of Dark Slate Blue #4F478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.28%

R = 27.24%
G = 24.48%
B = 48.28%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F478C (or 0x4F478C) is known color: Dark Slate Blue. HEX triplet: 4F, 47 and 8C. RGB value is (79,71,140). Sum of RGB (Red+Green+Blue) = 79+71+140=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F478C is #B0B873. Grayscale: #505050. Windows color (decimal): -11581556 or 9193295. OLE color: 9193295.

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

Color convert

RGB 79 71 140 -
CMYK 0.44 0.49 0 0.45
HSL 246.96º 0.33% 0.41% -
HSV(B) 246.96º 0.49% 0.55% -
XYZ 10.21 8.06 25.83 -
YUV 81.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 79 71 140 0.44 0.49 0 0.45 246.96 0.33 0.41
Hex 4F 47 8C 2C 31 0 2D F7 21 29
Octal 117 107 214 54 61 0 55 367 41 51
Binary 1001111 1000111 10001100 101100 110001 0 101101 11110111 100001 101001

Color Harmonies of #4F478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F478C

Black with #4F478C

Text Example


Text Example

White with #4F478C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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