Html Css Color HEX #460257 Scarlet Gum

📋 copy color: '#460257'

red 70 ◦ green 2 ◦ blue 87

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

Shades of Scarlet Gum #460257

Tints of Scarlet Gum #460257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.26%

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

R = 44.03%
G = 1.26%
B = 54.72%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#460257 (or 0x460257) is known color: Scarlet Gum. HEX triplet: 46, 02 and 57. RGB value is (70,2,87). Sum of RGB (Red+Green+Blue) = 70+2+87=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #460257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460257 is #B9FDA8. Grayscale: #1F1F1F. Windows color (decimal): -12189097 or 5702214. OLE color: 5702214.

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

Color convert

RGB 70 2 87 -
CMYK 0.20 0.98 0 0.66
HSL 288º 0.96% 0.17% -
HSV(B) 288º 0.98% 0.34% -
XYZ 4.27 2.03 9.18 -
YUV 32.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 70 2 87 0.20 0.98 0 0.66 288 0.96 0.17
Hex 46 2 57 14 62 0 42 120 60 11
Octal 106 2 127 24 142 0 102 440 140 21
Binary 1000110 10 1010111 10100 1100010 0 1000010 100100000 1100000 10001

Color Harmonies of #460257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460257

Black with #460257

Text Example


Text Example

White with #460257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460257; }

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

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

background-color css

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

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

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

border-color css

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

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

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