Html Css Color HEX #46304E Scarlet Gum

📋 copy color: '#46304E'

red 70 ◦ green 48 ◦ blue 78

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

Shades of Scarlet Gum #46304E

Tints of Scarlet Gum #46304E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 39.8%

R = 35.71%
G = 24.49%
B = 39.8%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#46304E (or 0x46304E) is known color: Scarlet Gum. HEX triplet: 46, 30 and 4E. RGB value is (70,48,78). Sum of RGB (Red+Green+Blue) = 70+48+78=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 78 - color contains mainly: blue. Hex color #46304E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46304E is #B9CFB1. Grayscale: #393939. Windows color (decimal): -12177330 or 5124166. OLE color: 5124166.

HSL color Cylindrical-coordinate representation of color #46304E: hue angle of 284º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46304E is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 48 78 -
CMYK 0.10 0.38 0 0.69
HSL 284º 0.24% 0.25% -
HSV(B) 284º 0.38% 0.31% -
XYZ 4.96 3.97 7.71 -
YUV 58 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 70 48 78 0.10 0.38 0 0.69 284 0.24 0.25
Hex 46 30 4E A 26 0 45 11C 18 19
Octal 106 60 116 12 46 0 105 434 30 31
Binary 1000110 110000 1001110 1010 100110 0 1000101 100011100 11000 11001

Color Harmonies of #46304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46304E

Black with #46304E

Text Example


Text Example

White with #46304E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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