Html Css Color HEX #462D5D Scarlet Gum

📋 copy color: '#462D5D'

red 70 ◦ green 45 ◦ blue 93

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

Shades of Scarlet Gum #462D5D

Tints of Scarlet Gum #462D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.71%

R = 33.65%
G = 21.63%
B = 44.71%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#462D5D (or 0x462D5D) is known color: Scarlet Gum. HEX triplet: 46, 2D and 5D. RGB value is (70,45,93). Sum of RGB (Red+Green+Blue) = 70+45+93=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #462D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462D5D is #B9D2A2. Grayscale: #393939. Windows color (decimal): -12178083 or 6106438. OLE color: 6106438.

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

Color convert

RGB 70 45 93 -
CMYK 0.25 0.52 0 0.64
HSL 271.25º 0.35% 0.27% -
HSV(B) 271.25º 0.52% 0.36% -
XYZ 5.44 3.97 10.84 -
YUV 57.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 70 45 93 0.25 0.52 0 0.64 271.25 0.35 0.27
Hex 46 2D 5D 19 34 0 40 10F 23 1B
Octal 106 55 135 31 64 0 100 417 43 33
Binary 1000110 101101 1011101 11001 110100 0 1000000 100001111 100011 11011

Color Harmonies of #462D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D5D

Black with #462D5D

Text Example


Text Example

White with #462D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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