Html Css Color HEX #46305C Scarlet Gum

📋 copy color: '#46305C'

red 70 ◦ green 48 ◦ blue 92

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

Shades of Scarlet Gum #46305C

Tints of Scarlet Gum #46305C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.81%

R = 33.33%
G = 22.86%
B = 43.81%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46305C (or 0x46305C) is known color: Scarlet Gum. HEX triplet: 46, 30 and 5C. RGB value is (70,48,92). Sum of RGB (Red+Green+Blue) = 70+48+92=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #46305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46305C is #B9CFA3. Grayscale: #3B3B3B. Windows color (decimal): -12177316 or 6041670. OLE color: 6041670.

HSL color Cylindrical-coordinate representation of color #46305C: hue angle of 270º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46305C is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 48 92 -
CMYK 0.24 0.48 0 0.64
HSL 270º 0.31% 0.27% -
HSV(B) 270º 0.48% 0.36% -
XYZ 5.51 4.19 10.64 -
YUV 59.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 70 48 92 0.24 0.48 0 0.64 270 0.31 0.27
Hex 46 30 5C 18 30 0 40 10E 1F 1B
Octal 106 60 134 30 60 0 100 416 37 33
Binary 1000110 110000 1011100 11000 110000 0 1000000 100001110 11111 11011

Color Harmonies of #46305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46305C

Black with #46305C

Text Example


Text Example

White with #46305C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46305C; }

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

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

background-color css

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

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

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

border-color css

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

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

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