Html Css Color HEX #462B4E Scarlet Gum

📋 copy color: '#462B4E'

red 70 ◦ green 43 ◦ blue 78

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

Shades of Scarlet Gum #462B4E

Tints of Scarlet Gum #462B4E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.51%

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

R = 36.65%
G = 22.51%
B = 40.84%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#462B4E (or 0x462B4E) is known color: Scarlet Gum. HEX triplet: 46, 2B and 4E. RGB value is (70,43,78). Sum of RGB (Red+Green+Blue) = 70+43+78=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #462B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462B4E is #B9D4B1. Grayscale: #363636. Windows color (decimal): -12178610 or 5122886. OLE color: 5122886.

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

Color convert

RGB 70 43 78 -
CMYK 0.10 0.45 0 0.69
HSL 286.29º 0.29% 0.24% -
HSV(B) 286.29º 0.45% 0.31% -
XYZ 4.76 3.58 7.65 -
YUV 55.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 70 43 78 0.10 0.45 0 0.69 286.29 0.29 0.24
Hex 46 2B 4E A 2D 0 45 11E 1D 18
Octal 106 53 116 12 55 0 105 436 35 30
Binary 1000110 101011 1001110 1010 101101 0 1000101 100011110 11101 11000

Color Harmonies of #462B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B4E

Black with #462B4E

Text Example


Text Example

White with #462B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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