Html Css Color HEX #462D5E Scarlet Gum

📋 copy color: '#462D5E'

red 70 ◦ green 45 ◦ blue 94

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

Shades of Scarlet Gum #462D5E

Tints of Scarlet Gum #462D5E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.53%

 BLUE value IS 94 (37.11% from 255) = 44.98%

R = 33.49%
G = 21.53%
B = 44.98%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#462D5E (or 0x462D5E) is known color: Scarlet Gum. HEX triplet: 46, 2D and 5E. RGB value is (70,45,94). Sum of RGB (Red+Green+Blue) = 70+45+94=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #462D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462D5E is #B9D2A1. Grayscale: #393939. Windows color (decimal): -12178082 or 6171974. OLE color: 6171974.

HSL color Cylindrical-coordinate representation of color #462D5E: hue angle of 270.61º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #462D5E is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 45 94 -
CMYK 0.26 0.52 0 0.63
HSL 270.61º 0.35% 0.27% -
HSV(B) 270.61º 0.52% 0.37% -
XYZ 5.48 3.99 11.07 -
YUV 58.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 70 45 94 0.26 0.52 0 0.63 270.61 0.35 0.27
Hex 46 2D 5E 1A 34 0 3F 10F 23 1B
Octal 106 55 136 32 64 0 77 417 43 33
Binary 1000110 101101 1011110 11010 110100 0 111111 100001111 100011 11011

Color Harmonies of #462D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D5E

Black with #462D5E

Text Example


Text Example

White with #462D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462D5E; }

 p { color: rgb(70,45,94); }

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

background-color css

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

 a { background-color: rgb(70,45,94); }

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

border-color css

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

 span { border-color: rgb(70,45,94); }

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