Html Css Color HEX #46344C Scarlet Gum

📋 copy color: '#46344C'

red 70 ◦ green 52 ◦ blue 76

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

Shades of Scarlet Gum #46344C

Tints of Scarlet Gum #46344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.26%

 BLUE value IS 76 (30.08% from 255) = 38.38%

R = 35.35%
G = 26.26%
B = 38.38%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#46344C (or 0x46344C) is known color: Scarlet Gum. HEX triplet: 46, 34 and 4C. RGB value is (70,52,76). Sum of RGB (Red+Green+Blue) = 70+52+76=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 76 - color contains mainly: blue. Hex color #46344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46344C is #B9CBB3. Grayscale: #3C3C3C. Windows color (decimal): -12176308 or 4994118. OLE color: 4994118.

HSL color Cylindrical-coordinate representation of color #46344C: hue angle of 285º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #46344C is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 52 76 -
CMYK 0.08 0.32 0 0.70
HSL 285º 0.19% 0.25% -
HSV(B) 285º 0.32% 0.3% -
XYZ 5.06 4.28 7.4 -
YUV 60.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 70 52 76 0.08 0.32 0 0.70 285 0.19 0.25
Hex 46 34 4C 8 20 0 46 11D 13 19
Octal 106 64 114 10 40 0 106 435 23 31
Binary 1000110 110100 1001100 1000 100000 0 1000110 100011101 10011 11001

Color Harmonies of #46344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46344C

Black with #46344C

Text Example


Text Example

White with #46344C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,52,76); }

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

background-color css

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

 a { background-color: rgb(70,52,76); }

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

border-color css

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

 span { border-color: rgb(70,52,76); }

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