Html Css Color HEX #460058 Scarlet Gum

📋 copy color: '#460058'

red 70 ◦ green 0 ◦ blue 88

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

Shades of Scarlet Gum #460058

Tints of Scarlet Gum #460058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.3%
G = 0%
B = 55.7%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#460058 (or 0x460058) is known color: Scarlet Gum. HEX triplet: 46, 00 and 58. RGB value is (70,0,88). Sum of RGB (Red+Green+Blue) = 70+0+88=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #460058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460058 is #B9FFA7. Grayscale: #1E1E1E. Windows color (decimal): -12189608 or 5767238. OLE color: 5767238.

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

Color convert

RGB 70 0 88 -
CMYK 0.20 1 0 0.65
HSL 287.73º 1% 0.17% -
HSV(B) 287.73º 1% 0.35% -
XYZ 4.29 2.01 9.39 -
YUV 30.96 160.19 155.84 -
System Red Green Blue C M Y K H S L
Decimal 70 0 88 0.20 1 0 0.65 287.73 1 0.17
Hex 46 0 58 14 64 0 41 120 64 11
Octal 106 0 130 24 144 0 101 440 144 21
Binary 1000110 0 1011000 10100 1100100 0 1000001 100100000 1100100 10001

Color Harmonies of #460058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460058

Black with #460058

Text Example


Text Example

White with #460058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460058; }

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

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

background-color css

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

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

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

border-color css

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

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

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