#4602CB

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

Shades of Han Purple #4602CB

Tints of Han Purple #4602CB

Color information

#4602CB (or 0x4602CB) is unknown color: approx Han Purple. HEX triplet: 46, 02 and CB. RGB value is (70,2,203). Sum of RGB (Red+Green+Blue) = 70+2+203=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 203 (79.69% from 255 or 73.82% from 275); Max value from RGB is 203 - color contains mainly: blue. Hex color #4602CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4602CB is #B9FD34. Grayscale: #2C2C2C. Windows color (decimal): -12188981 or 13304390. OLE color: 13304390.

HSL color Cylindrical-coordinate representation of color #4602CB: hue angle of 260.3º 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 #4602CB is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB702203-
CMYK0.660.9900.20
HSL260.3º98.05%40.2%-
HSV(B)260.3º99.01%79.61%-
XYZ13.335.6656.89-
YUV45.25217.03145.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 203 (79.69% from 255) = 73.82%
R=25.45%
G=0.73%
B=73.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal7022030.660.9900.20260.398.0540.2
Hex462CB42630141046228
Octal106231310214302440414250
Binary10001101011001011100001011000110101001000001001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4602CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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