Html Css Color HEX #46265C Scarlet Gum

📋 copy color: '#46265C'

red 70 ◦ green 38 ◦ blue 92

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

Shades of Scarlet Gum #46265C

Tints of Scarlet Gum #46265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19%

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

R = 35%
G = 19%
B = 46%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46265C (or 0x46265C) is known color: Scarlet Gum. HEX triplet: 46, 26 and 5C. RGB value is (70,38,92). Sum of RGB (Red+Green+Blue) = 70+38+92=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #46265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46265C is #B9D9A3. Grayscale: #353535. Windows color (decimal): -12179876 or 6039110. OLE color: 6039110.

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

Color convert

RGB 70 38 92 -
CMYK 0.24 0.59 0 0.64
HSL 275.56º 0.42% 0.25% -
HSV(B) 275.56º 0.59% 0.36% -
XYZ 5.15 3.46 10.52 -
YUV 53.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 70 38 92 0.24 0.59 0 0.64 275.56 0.42 0.25
Hex 46 26 5C 18 3B 0 40 114 2A 19
Octal 106 46 134 30 73 0 100 424 52 31
Binary 1000110 100110 1011100 11000 111011 0 1000000 100010100 101010 11001

Color Harmonies of #46265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46265C

Black with #46265C

Text Example


Text Example

White with #46265C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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