Html Css Color HEX #461956 Scarlet Gum

📋 copy color: '#461956'

red 70 ◦ green 25 ◦ blue 86

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

Shades of Scarlet Gum #461956

Tints of Scarlet Gum #461956

RGB

 RED value IS 70 (27.73% from 255) = 38.67%

 GREEN value IS 25 (10.16% from 255) = 13.81%

 BLUE value IS 86 (33.98% from 255) = 47.51%

R = 38.67%
G = 13.81%
B = 47.51%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#461956 (or 0x461956) is known color: Scarlet Gum. HEX triplet: 46, 19 and 56. RGB value is (70,25,86). Sum of RGB (Red+Green+Blue) = 70+25+86=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #461956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461956 is #B9E6A9. Grayscale: #2D2D2D. Windows color (decimal): -12183210 or 5642566. OLE color: 5642566.

HSL color Cylindrical-coordinate representation of color #461956: hue angle of 284.26º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #461956 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 25 86 -
CMYK 0.19 0.71 0 0.66
HSL 284.26º 0.55% 0.22% -
HSV(B) 284.26º 0.71% 0.34% -
XYZ 4.55 2.67 9.08 -
YUV 45.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 70 25 86 0.19 0.71 0 0.66 284.26 0.55 0.22
Hex 46 19 56 13 47 0 42 11C 37 16
Octal 106 31 126 23 107 0 102 434 67 26
Binary 1000110 11001 1010110 10011 1000111 0 1000010 100011100 110111 10110

Color Harmonies of #461956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461956

Black with #461956

Text Example


Text Example

White with #461956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461956; }

 p { color: rgb(70,25,86); }

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

background-color css

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

 a { background-color: rgb(70,25,86); }

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

border-color css

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

 span { border-color: rgb(70,25,86); }

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