Html Css Color HEX #462F52 Scarlet Gum

📋 copy color: '#462F52'

red 70 ◦ green 47 ◦ blue 82

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

Shades of Scarlet Gum #462F52

Tints of Scarlet Gum #462F52

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.62%

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

R = 35.18%
G = 23.62%
B = 41.21%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#462F52 (or 0x462F52) is known color: Scarlet Gum. HEX triplet: 46, 2F and 52. RGB value is (70,47,82). Sum of RGB (Red+Green+Blue) = 70+47+82=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #462F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462F52 is #B9D0AD. Grayscale: #393939. Windows color (decimal): -12177582 or 5386054. OLE color: 5386054.

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

Color convert

RGB 70 47 82 -
CMYK 0.15 0.43 0 0.68
HSL 279.43º 0.27% 0.25% -
HSV(B) 279.43º 0.43% 0.32% -
XYZ 5.07 3.94 8.48 -
YUV 57.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 70 47 82 0.15 0.43 0 0.68 279.43 0.27 0.25
Hex 46 2F 52 F 2B 0 44 117 1B 19
Octal 106 57 122 17 53 0 104 427 33 31
Binary 1000110 101111 1010010 1111 101011 0 1000100 100010111 11011 11001

Color Harmonies of #462F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F52

Black with #462F52

Text Example


Text Example

White with #462F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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