#4A1267

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

Shades of Scarlet Gum #4A1267

Tints of Scarlet Gum #4A1267

Color information

#4A1267 (or 0x4A1267) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 12 and 67. RGB value is (74,18,103). Sum of RGB (Red+Green+Blue) = 74+18+103=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A1267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1267 is #B5ED98. Grayscale: #2C2C2C. Windows color (decimal): -11922841 or 6754890. OLE color: 6754890.

HSL color Cylindrical-coordinate representation of color #4A1267: hue angle of 279.53º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A1267 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7418103-
CMYK0.280.8300.60
HSL279.53º70.25%23.73%-
HSV(B)279.53º82.52%40.39%-
XYZ5.492.8713.1-
YUV44.43161.05149.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.95%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 103 (40.62% from 255) = 52.82%
R=37.95%
G=9.23%
B=52.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74181030.280.8300.60279.5370.2523.73
Hex4A12671C5303C1184618
Octal112221473412307443010630
Binary10010101001011001111110010100110111100100011000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A1267; }

 p { color: rgb(74,18,103); }

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

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

 a { background-color: rgb(74,18,103); }

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

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

 span { border-color: rgb(74,18,103); }

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