Html Css Color HEX #461057 Scarlet Gum

📋 copy color: '#461057'

red 70 ◦ green 16 ◦ blue 87

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

Shades of Scarlet Gum #461057

Tints of Scarlet Gum #461057

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.25%

 BLUE value IS 87 (34.38% from 255) = 50.29%

R = 40.46%
G = 9.25%
B = 50.29%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#461057 (or 0x461057) is known color: Scarlet Gum. HEX triplet: 46, 10 and 57. RGB value is (70,16,87). Sum of RGB (Red+Green+Blue) = 70+16+87=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #461057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461057 is #B9EFA8. Grayscale: #282828. Windows color (decimal): -12185513 or 5705798. OLE color: 5705798.

HSL color Cylindrical-coordinate representation of color #461057: hue angle of 285.63º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461057 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 16 87 -
CMYK 0.20 0.82 0 0.66
HSL 285.63º 0.69% 0.2% -
HSV(B) 285.63º 0.82% 0.34% -
XYZ 4.43 2.36 9.24 -
YUV 40.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 70 16 87 0.20 0.82 0 0.66 285.63 0.69 0.2
Hex 46 10 57 14 52 0 42 11E 45 14
Octal 106 20 127 24 122 0 102 436 105 24
Binary 1000110 10000 1010111 10100 1010010 0 1000010 100011110 1000101 10100

Color Harmonies of #461057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461057

Black with #461057

Text Example


Text Example

White with #461057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461057; }

 p { color: rgb(70,16,87); }

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

background-color css

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

 a { background-color: rgb(70,16,87); }

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

border-color css

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

 span { border-color: rgb(70,16,87); }

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