Html Css Color HEX #46304D Scarlet Gum

📋 copy color: '#46304D'

red 70 ◦ green 48 ◦ blue 77

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

Shades of Scarlet Gum #46304D

Tints of Scarlet Gum #46304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.62%

 BLUE value IS 77 (30.47% from 255) = 39.49%

R = 35.9%
G = 24.62%
B = 39.49%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#46304D (or 0x46304D) is known color: Scarlet Gum. HEX triplet: 46, 30 and 4D. RGB value is (70,48,77). Sum of RGB (Red+Green+Blue) = 70+48+77=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #46304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46304D is #B9CFB2. Grayscale: #393939. Windows color (decimal): -12177331 or 5058630. OLE color: 5058630.

HSL color Cylindrical-coordinate representation of color #46304D: hue angle of 285.52º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46304D is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 48 77 -
CMYK 0.09 0.38 0 0.70
HSL 285.52º 0.23% 0.25% -
HSV(B) 285.52º 0.38% 0.3% -
XYZ 4.92 3.95 7.52 -
YUV 57.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 70 48 77 0.09 0.38 0 0.70 285.52 0.23 0.25
Hex 46 30 4D 9 26 0 46 11E 17 19
Octal 106 60 115 11 46 0 106 436 27 31
Binary 1000110 110000 1001101 1001 100110 0 1000110 100011110 10111 11001

Color Harmonies of #46304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46304D

Black with #46304D

Text Example


Text Example

White with #46304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46304D; }

 p { color: rgb(70,48,77); }

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

background-color css

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

 a { background-color: rgb(70,48,77); }

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

border-color css

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

 span { border-color: rgb(70,48,77); }

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