Html Css Color HEX #461C57 Scarlet Gum

📋 copy color: '#461C57'

red 70 ◦ green 28 ◦ blue 87

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

Shades of Scarlet Gum #461C57

Tints of Scarlet Gum #461C57

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.14%

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

R = 37.84%
G = 15.14%
B = 47.03%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#461C57 (or 0x461C57) is known color: Scarlet Gum. HEX triplet: 46, 1C and 57. RGB value is (70,28,87). Sum of RGB (Red+Green+Blue) = 70+28+87=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #461C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461C57 is #B9E3A8. Grayscale: #2F2F2F. Windows color (decimal): -12182441 or 5708870. OLE color: 5708870.

HSL color Cylindrical-coordinate representation of color #461C57: hue angle of 282.71º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #461C57 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 28 87 -
CMYK 0.20 0.68 0 0.66
HSL 282.71º 0.51% 0.23% -
HSV(B) 282.71º 0.68% 0.34% -
XYZ 4.66 2.82 9.32 -
YUV 47.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 70 28 87 0.20 0.68 0 0.66 282.71 0.51 0.23
Hex 46 1C 57 14 44 0 42 11B 33 17
Octal 106 34 127 24 104 0 102 433 63 27
Binary 1000110 11100 1010111 10100 1000100 0 1000010 100011011 110011 10111

Color Harmonies of #461C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461C57

Black with #461C57

Text Example


Text Example

White with #461C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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