#4506E4

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

Shades of Han Purple #4506E4

Tints of Han Purple #4506E4

Color information

#4506E4 (or 0x4506E4) is unknown color: approx Han Purple. HEX triplet: 45, 06 and E4. RGB value is (69,6,228). Sum of RGB (Red+Green+Blue) = 69+6+228=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 228 (89.45% from 255 or 75.25% from 303); Max value from RGB is 228 - color contains mainly: blue. Hex color #4506E4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4506E4 is #BAF91B. Grayscale: #313131. Windows color (decimal): -12253468 or 14943813. OLE color: 14943813.

HSL color Cylindrical-coordinate representation of color #4506E4: hue angle of 257.03º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4506E4 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB696228-
CMYK0.700.9700.11
HSL257.03º94.87%45.88%-
HSV(B)257.03º97.37%89.41%-
XYZ16.52773.88-
YUV50.14228.37141.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 228 (89.45% from 255) = 75.25%
R=22.77%
G=1.98%
B=75.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal6962280.700.9700.11257.0394.8745.88
Hex456E446610B1015f2e
Octal105634410614101340113756
Binary10001011101110010010001101100001010111000000011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4506E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4506E4; }

 p { color: rgb(69,6,228); }

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

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

 a { background-color: rgb(69,6,228); }

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

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

 span { border-color: rgb(69,6,228); }

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