Html Css Color HEX #460158 Scarlet Gum

📋 copy color: '#460158'

red 70 ◦ green 1 ◦ blue 88

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

Shades of Scarlet Gum #460158

Tints of Scarlet Gum #460158

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

 BLUE value IS 88 (34.77% from 255) = 55.35%

R = 44.03%
G = 0.63%
B = 55.35%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#460158 (or 0x460158) is known color: Scarlet Gum. HEX triplet: 46, 01 and 58. RGB value is (70,1,88). Sum of RGB (Red+Green+Blue) = 70+1+88=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #460158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460158 is #B9FEA7. Grayscale: #1F1F1F. Windows color (decimal): -12189352 or 5767494. OLE color: 5767494.

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

Color convert

RGB 70 1 88 -
CMYK 0.20 0.99 0 0.65
HSL 287.59º 0.98% 0.17% -
HSV(B) 287.59º 0.99% 0.35% -
XYZ 4.3 2.03 9.4 -
YUV 31.55 159.86 155.43 -
System Red Green Blue C M Y K H S L
Decimal 70 1 88 0.20 0.99 0 0.65 287.59 0.98 0.17
Hex 46 1 58 14 63 0 41 120 62 11
Octal 106 1 130 24 143 0 101 440 142 21
Binary 1000110 1 1011000 10100 1100011 0 1000001 100100000 1100010 10001

Color Harmonies of #460158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460158

Black with #460158

Text Example


Text Example

White with #460158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460158; }

 p { color: rgb(70,1,88); }

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

background-color css

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

 a { background-color: rgb(70,1,88); }

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

border-color css

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

 span { border-color: rgb(70,1,88); }

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