Html Css Color HEX #460857 Scarlet Gum

📋 copy color: '#460857'

red 70 ◦ green 8 ◦ blue 87

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

Shades of Scarlet Gum #460857

Tints of Scarlet Gum #460857

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.85%

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

R = 42.42%
G = 4.85%
B = 52.73%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#460857 (or 0x460857) is known color: Scarlet Gum. HEX triplet: 46, 08 and 57. RGB value is (70,8,87). Sum of RGB (Red+Green+Blue) = 70+8+87=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #460857 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460857 is #B9F7A8. Grayscale: #232323. Windows color (decimal): -12187561 or 5703750. OLE color: 5703750.

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

Color convert

RGB 70 8 87 -
CMYK 0.20 0.91 0 0.66
HSL 287.09º 0.83% 0.19% -
HSV(B) 287.09º 0.91% 0.34% -
XYZ 4.33 2.16 9.21 -
YUV 35.54 157.04 152.58 -
System Red Green Blue C M Y K H S L
Decimal 70 8 87 0.20 0.91 0 0.66 287.09 0.83 0.19
Hex 46 8 57 14 5B 0 42 11F 53 13
Octal 106 10 127 24 133 0 102 437 123 23
Binary 1000110 1000 1010111 10100 1011011 0 1000010 100011111 1010011 10011

Color Harmonies of #460857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460857

Black with #460857

Text Example


Text Example

White with #460857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460857; }

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

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

background-color css

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

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

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

border-color css

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

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

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