#46344D

Color #46344D Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #46344D

Tints of Scarlet Gum #46344D

Color information

#46344D (or 0x46344D) is unknown color: approx Scarlet Gum. HEX triplet: 46, 34 and 4D. RGB value is (70,52,77). Sum of RGB (Red+Green+Blue) = 70+52+77=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #46344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46344D is #B9CBB2. Grayscale: #3C3C3C. Windows color (decimal): -12176307 or 5059654. OLE color: 5059654.

HSL color Cylindrical-coordinate representation of color #46344D: hue angle of 283.2º 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 #46344D is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB705277-
CMYK0.090.3200.70
HSL283.2º19.38%25.29%-
HSV(B)283.2º32.47%30.2%-
XYZ5.094.297.58-
YUV60.23137.46134.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=35.18%
G=26.13%
B=38.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7052770.090.3200.70283.219.3825.29
Hex46344D92004611b1319
Octal10664115114001064332331
Binary100011011010010011011001100000010001101000110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #46344D;
 }
 .AnyTagClassName
 {
   color: #46344D;
 }
</style>
background-color css

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

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

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

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

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

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