Html Css Color HEX #462858 Scarlet Gum

📋 copy color: '#462858'

red 70 ◦ green 40 ◦ blue 88

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

Shades of Scarlet Gum #462858

Tints of Scarlet Gum #462858

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.2%

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

R = 35.35%
G = 20.2%
B = 44.44%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#462858 (or 0x462858) is known color: Scarlet Gum. HEX triplet: 46, 28 and 58. RGB value is (70,40,88). Sum of RGB (Red+Green+Blue) = 70+40+88=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #462858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462858 is #B9D7A7. Grayscale: #363636. Windows color (decimal): -12179368 or 5777478. OLE color: 5777478.

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

Color convert

RGB 70 40 88 -
CMYK 0.20 0.55 0 0.65
HSL 277.5º 0.38% 0.25% -
HSV(B) 277.5º 0.55% 0.35% -
XYZ 5.05 3.52 9.65 -
YUV 54.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 70 40 88 0.20 0.55 0 0.65 277.5 0.38 0.25
Hex 46 28 58 14 37 0 41 116 26 19
Octal 106 50 130 24 67 0 101 426 46 31
Binary 1000110 101000 1011000 10100 110111 0 1000001 100010110 100110 11001

Color Harmonies of #462858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462858

Black with #462858

Text Example


Text Example

White with #462858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462858; }

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

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

background-color css

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

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

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

border-color css

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

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

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