Html Css Color HEX #4F498C Dark Slate Blue

📋 copy color: '#4F498C'

red 79 ◦ green 73 ◦ blue 140

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

Shades of Dark Slate Blue #4F498C

Tints of Dark Slate Blue #4F498C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25%

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

R = 27.05%
G = 25%
B = 47.95%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F498C (or 0x4F498C) is known color: Dark Slate Blue. HEX triplet: 4F, 49 and 8C. RGB value is (79,73,140). Sum of RGB (Red+Green+Blue) = 79+73+140=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F498C is #B0B673. Grayscale: #525252. Windows color (decimal): -11581044 or 9193807. OLE color: 9193807.

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

Color convert

RGB 79 73 140 -
CMYK 0.44 0.48 0 0.45
HSL 245.37º 0.31% 0.42% -
HSV(B) 245.37º 0.48% 0.55% -
XYZ 10.34 8.32 25.87 -
YUV 82.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 79 73 140 0.44 0.48 0 0.45 245.37 0.31 0.42
Hex 4F 49 8C 2C 30 0 2D F5 1F 2A
Octal 117 111 214 54 60 0 55 365 37 52
Binary 1001111 1001001 10001100 101100 110000 0 101101 11110101 11111 101010

Color Harmonies of #4F498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F498C

Black with #4F498C

Text Example


Text Example

White with #4F498C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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