Html Css Color HEX #460ADB Han Purple

📋 copy color: '#460ADB'

red 70 ◦ green 10 ◦ blue 219

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

Shades of Han Purple #460ADB

Tints of Han Purple #460ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.34%

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

R = 23.41%
G = 3.34%
B = 73.24%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#460ADB (or 0x460ADB) is known color: Han Purple. HEX triplet: 46, 0A and DB. RGB value is (70,10,219). Sum of RGB (Red+Green+Blue) = 70+10+219=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #460ADB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460ADB is #B9F524. Grayscale: #323232. Windows color (decimal): -12186917 or 14355014. OLE color: 14355014.

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

Color convert

RGB 70 10 219 -
CMYK 0.68 0.95 0 0.14
HSL 257.22º 0.91% 0.45% -
HSV(B) 257.22º 0.95% 0.86% -
XYZ 15.42 6.63 67.49 -
YUV 51.77 222.38 141.01 -
System Red Green Blue C M Y K H S L
Decimal 70 10 219 0.68 0.95 0 0.14 257.22 0.91 0.45
Hex 46 A DB 44 5F 0 E 101 5B 2D
Octal 106 12 333 104 137 0 16 401 133 55
Binary 1000110 1010 11011011 1000100 1011111 0 1110 100000001 1011011 101101

Color Harmonies of #460ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460ADB

Black with #460ADB

Text Example


Text Example

White with #460ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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