#4630DF

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

Shades of Han Purple #4630DF

Tints of Han Purple #4630DF

Color information

#4630DF (or 0x4630DF) is unknown color: approx Han Purple. HEX triplet: 46, 30 and DF. RGB value is (70,48,223). Sum of RGB (Red+Green+Blue) = 70+48+223=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #4630DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4630DF is #B9CF20. Grayscale: #494949. Windows color (decimal): -12177185 or 14626886. OLE color: 14626886.

HSL color Cylindrical-coordinate representation of color #4630DF: hue angle of 247.54º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4630DF is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7048223-
CMYK0.690.7800.13
HSL247.54º73.22%53.14%-
HSV(B)247.54º78.48%87.45%-
XYZ16.98.7470.61-
YUV74.53211.79124.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.53%
GREEN value IS 48 (19.14% from 255) = 14.08%
BLUE value IS 223 (87.5% from 255) = 65.40%
R=20.53%
G=14.08%
B=65.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70482230.690.7800.13247.5473.2253.14
Hex4630DF454E0Df84935
Octal1066033710511601537011165
Binary1000110110000110111111000101100111001101111110001001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4630DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4630DF; }

 p { color: rgb(70,48,223); }

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

<style>
 a { background-color: #4630DF; }

 a { background-color: rgb(70,48,223); }

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

<style>
 span { border-color: #4630DF; }

 span { border-color: rgb(70,48,223); }

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