Html Css Color HEX #462450 Scarlet Gum

📋 copy color: '#462450'

red 70 ◦ green 36 ◦ blue 80

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

Shades of Scarlet Gum #462450

Tints of Scarlet Gum #462450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.35%

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

R = 37.63%
G = 19.35%
B = 43.01%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#462450 (or 0x462450) is known color: Scarlet Gum. HEX triplet: 46, 24 and 50. RGB value is (70,36,80). Sum of RGB (Red+Green+Blue) = 70+36+80=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #462450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462450 is #B9DBAF. Grayscale: #333333. Windows color (decimal): -12180400 or 5252166. OLE color: 5252166.

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

Color convert

RGB 70 36 80 -
CMYK 0.12 0.55 0 0.69
HSL 286.36º 0.38% 0.23% -
HSV(B) 286.36º 0.55% 0.31% -
XYZ 4.6 3.14 7.95 -
YUV 51.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 70 36 80 0.12 0.55 0 0.69 286.36 0.38 0.23
Hex 46 24 50 C 37 0 45 11E 26 17
Octal 106 44 120 14 67 0 105 436 46 27
Binary 1000110 100100 1010000 1100 110111 0 1000101 100011110 100110 10111

Color Harmonies of #462450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462450

Black with #462450

Text Example


Text Example

White with #462450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462450; }

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

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

background-color css

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

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

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

border-color css

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

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

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