#4602CC

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

Shades of Han Purple #4602CC

Tints of Han Purple #4602CC

Color information

#4602CC (or 0x4602CC) is unknown color: approx Han Purple. HEX triplet: 46, 02 and CC. RGB value is (70,2,204). Sum of RGB (Red+Green+Blue) = 70+2+204=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 204 (80.08% from 255 or 73.91% from 276); Max value from RGB is 204 - color contains mainly: blue. Hex color #4602CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4602CC is #B9FD33. Grayscale: #2C2C2C. Windows color (decimal): -12188980 or 13369926. OLE color: 13369926.

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

Color convert

RGB702204-
CMYK0.660.9900.2
HSL260.2º98.06%40.39%-
HSV(B)260.2º99.02%80%-
XYZ13.455.7157.52-
YUV45.36217.53145.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 204 (80.08% from 255) = 73.91%
R=25.36%
G=0.72%
B=73.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal7022040.660.9900.2260.298.0640.39
Hex462CC42630141046228
Octal106231410214302440414250
Binary10001101011001100100001011000110101001000001001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4602CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,2,204); }

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

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

 a { background-color: rgb(70,2,204); }

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

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

 span { border-color: rgb(70,2,204); }

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