Html Css Color HEX #462D4E Scarlet Gum

📋 copy color: '#462D4E'

red 70 ◦ green 45 ◦ blue 78

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

Shades of Scarlet Gum #462D4E

Tints of Scarlet Gum #462D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.41%

R = 36.27%
G = 23.32%
B = 40.41%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#462D4E (or 0x462D4E) is known color: Scarlet Gum. HEX triplet: 46, 2D and 4E. RGB value is (70,45,78). Sum of RGB (Red+Green+Blue) = 70+45+78=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 78 - color contains mainly: blue. Hex color #462D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462D4E is #B9D2B1. Grayscale: #383838. Windows color (decimal): -12178098 or 5123398. OLE color: 5123398.

HSL color Cylindrical-coordinate representation of color #462D4E: hue angle of 285.45º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #462D4E is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 45 78 -
CMYK 0.10 0.42 0 0.69
HSL 285.45º 0.27% 0.24% -
HSV(B) 285.45º 0.42% 0.31% -
XYZ 4.84 3.73 7.67 -
YUV 56.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 70 45 78 0.10 0.42 0 0.69 285.45 0.27 0.24
Hex 46 2D 4E A 2A 0 45 11D 1B 18
Octal 106 55 116 12 52 0 105 435 33 30
Binary 1000110 101101 1001110 1010 101010 0 1000101 100011101 11011 11000

Color Harmonies of #462D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D4E

Black with #462D4E

Text Example


Text Example

White with #462D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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