Html Css Color HEX #463152 Scarlet Gum

📋 copy color: '#463152'

red 70 ◦ green 49 ◦ blue 82

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

Shades of Scarlet Gum #463152

Tints of Scarlet Gum #463152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.38%

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

R = 34.83%
G = 24.38%
B = 40.8%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#463152 (or 0x463152) is known color: Scarlet Gum. HEX triplet: 46, 31 and 52. RGB value is (70,49,82). Sum of RGB (Red+Green+Blue) = 70+49+82=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 82 - color contains mainly: blue. Hex color #463152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463152 is #B9CEAD. Grayscale: #3A3A3A. Windows color (decimal): -12177070 or 5386566. OLE color: 5386566.

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

Color convert

RGB 70 49 82 -
CMYK 0.15 0.40 0 0.68
HSL 278.18º 0.25% 0.26% -
HSV(B) 278.18º 0.4% 0.32% -
XYZ 5.15 4.11 8.5 -
YUV 59.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 70 49 82 0.15 0.40 0 0.68 278.18 0.25 0.26
Hex 46 31 52 F 28 0 44 116 19 1A
Octal 106 61 122 17 50 0 104 426 31 32
Binary 1000110 110001 1010010 1111 101000 0 1000100 100010110 11001 11010

Color Harmonies of #463152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463152

Black with #463152

Text Example


Text Example

White with #463152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463152; }

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

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

background-color css

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

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

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

border-color css

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

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

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