Html Css Color HEX #461156 Scarlet Gum

📋 copy color: '#461156'

red 70 ◦ green 17 ◦ blue 86

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

Shades of Scarlet Gum #461156

Tints of Scarlet Gum #461156

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.83%

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

R = 40.46%
G = 9.83%
B = 49.71%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#461156 (or 0x461156) is known color: Scarlet Gum. HEX triplet: 46, 11 and 56. RGB value is (70,17,86). Sum of RGB (Red+Green+Blue) = 70+17+86=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #461156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461156 is #B9EEA9. Grayscale: #282828. Windows color (decimal): -12185258 or 5640518. OLE color: 5640518.

HSL color Cylindrical-coordinate representation of color #461156: hue angle of 286.09º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461156 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 17 86 -
CMYK 0.19 0.80 0 0.66
HSL 286.09º 0.67% 0.2% -
HSV(B) 286.09º 0.8% 0.34% -
XYZ 4.41 2.37 9.03 -
YUV 40.71 153.56 148.89 -
System Red Green Blue C M Y K H S L
Decimal 70 17 86 0.19 0.80 0 0.66 286.09 0.67 0.2
Hex 46 11 56 13 50 0 42 11E 43 14
Octal 106 21 126 23 120 0 102 436 103 24
Binary 1000110 10001 1010110 10011 1010000 0 1000010 100011110 1000011 10100

Color Harmonies of #461156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461156

Black with #461156

Text Example


Text Example

White with #461156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461156; }

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

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

background-color css

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

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

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

border-color css

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

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

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