Html Css Color HEX #46065C Scarlet Gum

📋 copy color: '#46065C'

red 70 ◦ green 6 ◦ blue 92

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

Shades of Scarlet Gum #46065C

Tints of Scarlet Gum #46065C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.57%

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

R = 41.67%
G = 3.57%
B = 54.76%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46065C (or 0x46065C) is known color: Scarlet Gum. HEX triplet: 46, 06 and 5C. RGB value is (70,6,92). Sum of RGB (Red+Green+Blue) = 70+6+92=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #46065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46065C is #B9F9A3. Grayscale: #222222. Windows color (decimal): -12188068 or 6030918. OLE color: 6030918.

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

Color convert

RGB 70 6 92 -
CMYK 0.24 0.93 0 0.64
HSL 284.65º 0.88% 0.19% -
HSV(B) 284.65º 0.93% 0.36% -
XYZ 4.52 2.21 10.31 -
YUV 34.94 160.2 153.01 -
System Red Green Blue C M Y K H S L
Decimal 70 6 92 0.24 0.93 0 0.64 284.65 0.88 0.19
Hex 46 6 5C 18 5D 0 40 11D 58 13
Octal 106 6 134 30 135 0 100 435 130 23
Binary 1000110 110 1011100 11000 1011101 0 1000000 100011101 1011000 10011

Color Harmonies of #46065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46065C

Black with #46065C

Text Example


Text Example

White with #46065C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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