Html Css Color HEX #460F58 Scarlet Gum

📋 copy color: '#460F58'

red 70 ◦ green 15 ◦ blue 88

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

Shades of Scarlet Gum #460F58

Tints of Scarlet Gum #460F58

RGB

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

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

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

R = 40.46%
G = 8.67%
B = 50.87%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#460F58 (or 0x460F58) is known color: Scarlet Gum. HEX triplet: 46, 0F and 58. RGB value is (70,15,88). Sum of RGB (Red+Green+Blue) = 70+15+88=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #460F58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F58 is #B9F0A7. Grayscale: #272727. Windows color (decimal): -12185768 or 5771078. OLE color: 5771078.

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

Color convert

RGB 70 15 88 -
CMYK 0.20 0.83 0 0.65
HSL 285.21º 0.71% 0.2% -
HSV(B) 285.21º 0.83% 0.35% -
XYZ 4.46 2.35 9.45 -
YUV 39.77 155.22 149.56 -
System Red Green Blue C M Y K H S L
Decimal 70 15 88 0.20 0.83 0 0.65 285.21 0.71 0.2
Hex 46 F 58 14 53 0 41 11D 47 14
Octal 106 17 130 24 123 0 101 435 107 24
Binary 1000110 1111 1011000 10100 1010011 0 1000001 100011101 1000111 10100

Color Harmonies of #460F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460F58

Black with #460F58

Text Example


Text Example

White with #460F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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