Html Css Color HEX #462E52 Scarlet Gum

📋 copy color: '#462E52'

red 70 ◦ green 46 ◦ blue 82

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

Shades of Scarlet Gum #462E52

Tints of Scarlet Gum #462E52

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.23%

 BLUE value IS 82 (32.42% from 255) = 41.41%

R = 35.35%
G = 23.23%
B = 41.41%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#462E52 (or 0x462E52) is known color: Scarlet Gum. HEX triplet: 46, 2E and 52. RGB value is (70,46,82). Sum of RGB (Red+Green+Blue) = 70+46+82=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 82 - color contains mainly: blue. Hex color #462E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E52 is #B9D1AD. Grayscale: #393939. Windows color (decimal): -12177838 or 5385798. OLE color: 5385798.

HSL color Cylindrical-coordinate representation of color #462E52: hue angle of 280º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #462E52 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 46 82 -
CMYK 0.15 0.44 0 0.68
HSL 280º 0.28% 0.25% -
HSV(B) 280º 0.44% 0.32% -
XYZ 5.03 3.87 8.46 -
YUV 57.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 70 46 82 0.15 0.44 0 0.68 280 0.28 0.25
Hex 46 2E 52 F 2C 0 44 118 1C 19
Octal 106 56 122 17 54 0 104 430 34 31
Binary 1000110 101110 1010010 1111 101100 0 1000100 100011000 11100 11001

Color Harmonies of #462E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E52

Black with #462E52

Text Example


Text Example

White with #462E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,46,82); }

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

background-color css

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

 a { background-color: rgb(70,46,82); }

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

border-color css

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

 span { border-color: rgb(70,46,82); }

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