#462552

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

Shades of Scarlet Gum #462552

Tints of Scarlet Gum #462552

Color information

#462552 (or 0x462552) is unknown color: approx Scarlet Gum. HEX triplet: 46, 25 and 52. RGB value is (70,37,82). Sum of RGB (Red+Green+Blue) = 70+37+82=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #462552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462552 is #B9DAAD. Grayscale: #333333. Windows color (decimal): -12180142 or 5383494. OLE color: 5383494.

HSL color Cylindrical-coordinate representation of color #462552: hue angle of 284º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #462552 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB703782-
CMYK0.150.5500.68
HSL284º37.82%23.33%-
HSV(B)284º54.88%32.16%-
XYZ4.713.238.36-
YUV52144.93140.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 37 (14.84% from 255) = 19.58%
BLUE value IS 82 (32.42% from 255) = 43.39%
R=37.04%
G=19.58%
B=43.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7037820.150.5500.6828437.8223.33
Hex462552F3704411c2617
Octal10645122176701044344627
Binary1000110100101101001011111101110100010010001110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462552; }

 p { color: rgb(70,37,82); }

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

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

 a { background-color: rgb(70,37,82); }

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

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

 span { border-color: rgb(70,37,82); }

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