#4900CC

Color #4900CC Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4900CC

Tints of Han Purple #4900CC

Color information

#4900CC (or 0x4900CC) is unknown color: approx Han Purple. HEX triplet: 49, 00 and CC. RGB value is (73,0,204). Sum of RGB (Red+Green+Blue) = 73+0+204=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #4900CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4900CC is #B6FF33. Grayscale: #2C2C2C. Windows color (decimal): -11992884 or 13369417. OLE color: 13369417.

HSL color Cylindrical-coordinate representation of color #4900CC: hue angle of 261.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900CC is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB730204-
CMYK0.64100.2
HSL261.47º100%40%-
HSV(B)261.47º100%80%-
XYZ13.655.7857.52-
YUV45.08217.68147.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 73.65%
R=26.35%
G=0%
B=73.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal7302040.64100.2261.4710040
Hex490CC40640141056428
Octal111031410014402440514450
Binary1001001011001100100000011001000101001000001011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4900CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4900CC; }

 p { color: rgb(73,0,204); }

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

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

 a { background-color: rgb(73,0,204); }

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

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

 span { border-color: rgb(73,0,204); }

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