Html Css Color HEX #463450 Scarlet Gum

📋 copy color: '#463450'

red 70 ◦ green 52 ◦ blue 80

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

Shades of Scarlet Gum #463450

Tints of Scarlet Gum #463450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

 BLUE value IS 80 (31.64% from 255) = 39.6%

R = 34.65%
G = 25.74%
B = 39.6%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#463450 (or 0x463450) is known color: Scarlet Gum. HEX triplet: 46, 34 and 50. RGB value is (70,52,80). Sum of RGB (Red+Green+Blue) = 70+52+80=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #463450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463450 is #B9CBAF. Grayscale: #3C3C3C. Windows color (decimal): -12176304 or 5256262. OLE color: 5256262.

HSL color Cylindrical-coordinate representation of color #463450: hue angle of 278.57º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #463450 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 52 80 -
CMYK 0.12 0.35 0 0.69
HSL 278.57º 0.21% 0.26% -
HSV(B) 278.57º 0.35% 0.31% -
XYZ 5.2 4.34 8.15 -
YUV 60.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 70 52 80 0.12 0.35 0 0.69 278.57 0.21 0.26
Hex 46 34 50 C 23 0 45 117 15 1A
Octal 106 64 120 14 43 0 105 427 25 32
Binary 1000110 110100 1010000 1100 100011 0 1000101 100010111 10101 11010

Color Harmonies of #463450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463450

Black with #463450

Text Example


Text Example

White with #463450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463450; }

 p { color: rgb(70,52,80); }

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

background-color css

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

 a { background-color: rgb(70,52,80); }

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

border-color css

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

 span { border-color: rgb(70,52,80); }

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