Html Css Color HEX #460F55 Scarlet Gum

📋 copy color: '#460F55'

red 70 ◦ green 15 ◦ blue 85

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

Shades of Scarlet Gum #460F55

Tints of Scarlet Gum #460F55

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.82%

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

R = 41.18%
G = 8.82%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#460F55 (or 0x460F55) is known color: Scarlet Gum. HEX triplet: 46, 0F and 55. RGB value is (70,15,85). Sum of RGB (Red+Green+Blue) = 70+15+85=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #460F55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F55 is #B9F0AA. Grayscale: #272727. Windows color (decimal): -12185771 or 5574470. OLE color: 5574470.

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

Color convert

RGB 70 15 85 -
CMYK 0.18 0.82 0 0.67
HSL 287.14º 0.7% 0.2% -
HSV(B) 287.14º 0.82% 0.33% -
XYZ 4.34 2.3 8.81 -
YUV 39.43 153.72 149.81 -
System Red Green Blue C M Y K H S L
Decimal 70 15 85 0.18 0.82 0 0.67 287.14 0.7 0.2
Hex 46 F 55 12 52 0 43 11F 46 14
Octal 106 17 125 22 122 0 103 437 106 24
Binary 1000110 1111 1010101 10010 1010010 0 1000011 100011111 1000110 10100

Color Harmonies of #460F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460F55

Black with #460F55

Text Example


Text Example

White with #460F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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