Html Css Color HEX #462958 Scarlet Gum

📋 copy color: '#462958'

red 70 ◦ green 41 ◦ blue 88

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

Shades of Scarlet Gum #462958

Tints of Scarlet Gum #462958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.6%

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

R = 35.18%
G = 20.6%
B = 44.22%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#462958 (or 0x462958) is known color: Scarlet Gum. HEX triplet: 46, 29 and 58. RGB value is (70,41,88). Sum of RGB (Red+Green+Blue) = 70+41+88=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #462958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462958 is #B9D6A7. Grayscale: #363636. Windows color (decimal): -12179112 or 5777734. OLE color: 5777734.

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

Color convert

RGB 70 41 88 -
CMYK 0.20 0.53 0 0.65
HSL 277.02º 0.36% 0.25% -
HSV(B) 277.02º 0.53% 0.35% -
XYZ 5.08 3.59 9.66 -
YUV 55.03 146.61 138.68 -
System Red Green Blue C M Y K H S L
Decimal 70 41 88 0.20 0.53 0 0.65 277.02 0.36 0.25
Hex 46 29 58 14 35 0 41 115 24 19
Octal 106 51 130 24 65 0 101 425 44 31
Binary 1000110 101001 1011000 10100 110101 0 1000001 100010101 100100 11001

Color Harmonies of #462958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462958

Black with #462958

Text Example


Text Example

White with #462958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462958; }

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

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

background-color css

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

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

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

border-color css

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

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

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