Html Css Color HEX #460EDB Han Purple

📋 copy color: '#460EDB'

red 70 ◦ green 14 ◦ blue 219

#460EDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #460EDB

Tints of Han Purple #460EDB

RGB

 RED value IS 70 (27.73% from 255) = 23.1%

 GREEN value IS 14 (5.86% from 255) = 4.62%

 BLUE value IS 219 (85.94% from 255) = 72.28%

R = 23.1%
G = 4.62%
B = 72.28%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#460EDB (or 0x460EDB) is known color: Han Purple. HEX triplet: 46, 0E and DB. RGB value is (70,14,219). Sum of RGB (Red+Green+Blue) = 70+14+219=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #460EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460EDB is #B9F124. Grayscale: #353535. Windows color (decimal): -12185893 or 14356038. OLE color: 14356038.

HSL color Cylindrical-coordinate representation of color #460EDB: hue angle of 256.39º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460EDB is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 14 219 -
CMYK 0.68 0.94 0 0.14
HSL 256.39º 0.88% 0.46% -
HSV(B) 256.39º 0.94% 0.86% -
XYZ 15.47 6.73 67.5 -
YUV 54.11 221.05 139.33 -
System Red Green Blue C M Y K H S L
Decimal 70 14 219 0.68 0.94 0 0.14 256.39 0.88 0.46
Hex 46 E DB 44 5E 0 E 100 58 2E
Octal 106 16 333 104 136 0 16 400 130 56
Binary 1000110 1110 11011011 1000100 1011110 0 1110 100000000 1011000 101110

Color Harmonies of #460EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460EDB

Black with #460EDB

Text Example


Text Example

White with #460EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460EDB; }

 p { color: rgb(70,14,219); }

 H1.HeaderClassName
 {
   color: #460EDB;
 }
 .AnyTagClassName
 {
   color: #460EDB;
 }
</style>

background-color css

<style>
 a { background-color: #460EDB; }

 a { background-color: rgb(70,14,219); }

 div.DivClassName
 {
   background-color: #460EDB;
 }
 .BgClassName
 {
   background-color: #460EDB;
 }
</style>

border-color css

<style>
 span { border-color: #460EDB; }

 span { border-color: rgb(70,14,219); }

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