Html Css Color HEX #4F1869 Scarlet Gum

📋 copy color: '#4F1869'

red 79 ◦ green 24 ◦ blue 105

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

Shades of Scarlet Gum #4F1869

Tints of Scarlet Gum #4F1869

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

 BLUE value IS 105 (41.41% from 255) = 50.48%

R = 37.98%
G = 11.54%
B = 50.48%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4F1869 (or 0x4F1869) is known color: Scarlet Gum. HEX triplet: 4F, 18 and 69. RGB value is (79,24,105). Sum of RGB (Red+Green+Blue) = 79+24+105=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F1869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1869 is #B0E796. Grayscale: #313131. Windows color (decimal): -11593623 or 6887503. OLE color: 6887503.

HSL color Cylindrical-coordinate representation of color #4F1869: hue angle of 280.74º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F1869 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 79 24 105 -
CMYK 0.25 0.77 0 0.59
HSL 280.74º 0.63% 0.25% -
HSV(B) 280.74º 0.77% 0.41% -
XYZ 6.1 3.34 13.69 -
YUV 49.68 159.22 148.91 -
System Red Green Blue C M Y K H S L
Decimal 79 24 105 0.25 0.77 0 0.59 280.74 0.63 0.25
Hex 4F 18 69 19 4D 0 3B 119 3F 19
Octal 117 30 151 31 115 0 73 431 77 31
Binary 1001111 11000 1101001 11001 1001101 0 111011 100011001 111111 11001

Color Harmonies of #4F1869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1869

Black with #4F1869

Text Example


Text Example

White with #4F1869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,24,105); }

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

background-color css

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

 a { background-color: rgb(79,24,105); }

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

border-color css

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

 span { border-color: rgb(79,24,105); }

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