Html Css Color HEX #4F145E Scarlet Gum

📋 copy color: '#4F145E'

red 79 ◦ green 20 ◦ blue 94

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

Shades of Scarlet Gum #4F145E

Tints of Scarlet Gum #4F145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.36%

 BLUE value IS 94 (37.11% from 255) = 48.7%

R = 40.93%
G = 10.36%
B = 48.7%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4F145E (or 0x4F145E) is known color: Scarlet Gum. HEX triplet: 4F, 14 and 5E. RGB value is (79,20,94). Sum of RGB (Red+Green+Blue) = 79+20+94=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #4F145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F145E is #B0EBA1. Grayscale: #2D2D2D. Windows color (decimal): -11594658 or 6165583. OLE color: 6165583.

HSL color Cylindrical-coordinate representation of color #4F145E: hue angle of 287.84º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F145E is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 79 20 94 -
CMYK 0.16 0.79 0 0.63
HSL 287.84º 0.65% 0.22% -
HSV(B) 287.84º 0.79% 0.37% -
XYZ 5.49 2.97 10.87 -
YUV 46.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 79 20 94 0.16 0.79 0 0.63 287.84 0.65 0.22
Hex 4F 14 5E 10 4F 0 3F 120 41 16
Octal 117 24 136 20 117 0 77 440 101 26
Binary 1001111 10100 1011110 10000 1001111 0 111111 100100000 1000001 10110

Color Harmonies of #4F145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F145E

Black with #4F145E

Text Example


Text Example

White with #4F145E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,20,94); }

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

background-color css

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

 a { background-color: rgb(79,20,94); }

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

border-color css

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

 span { border-color: rgb(79,20,94); }

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