Html Css Color HEX #460555 Scarlet Gum

📋 copy color: '#460555'

red 70 ◦ green 5 ◦ blue 85

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

Shades of Scarlet Gum #460555

Tints of Scarlet Gum #460555

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.13%

 BLUE value IS 85 (33.59% from 255) = 53.13%

R = 43.75%
G = 3.13%
B = 53.13%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#460555 (or 0x460555) is known color: Scarlet Gum. HEX triplet: 46, 05 and 55. RGB value is (70,5,85). Sum of RGB (Red+Green+Blue) = 70+5+85=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #460555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460555 is #B9FAAA. Grayscale: #212121. Windows color (decimal): -12188331 or 5571910. OLE color: 5571910.

HSL color Cylindrical-coordinate representation of color #460555: hue angle of 288.75º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460555 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 5 85 -
CMYK 0.18 0.94 0 0.67
HSL 288.75º 0.89% 0.18% -
HSV(B) 288.75º 0.94% 0.33% -
XYZ 4.22 2.07 8.77 -
YUV 33.56 157.03 154 -
System Red Green Blue C M Y K H S L
Decimal 70 5 85 0.18 0.94 0 0.67 288.75 0.89 0.18
Hex 46 5 55 12 5E 0 43 121 59 12
Octal 106 5 125 22 136 0 103 441 131 22
Binary 1000110 101 1010101 10010 1011110 0 1000011 100100001 1011001 10010

Color Harmonies of #460555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460555

Black with #460555

Text Example


Text Example

White with #460555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460555; }

 p { color: rgb(70,5,85); }

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

background-color css

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

 a { background-color: rgb(70,5,85); }

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

border-color css

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

 span { border-color: rgb(70,5,85); }

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