Html Css Color HEX #460AD8 Han Purple

📋 copy color: '#460AD8'

red 70 ◦ green 10 ◦ blue 216

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

Shades of Han Purple #460AD8

Tints of Han Purple #460AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 72.97%

R = 23.65%
G = 3.38%
B = 72.97%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#460AD8 (or 0x460AD8) is known color: Han Purple. HEX triplet: 46, 0A and D8. RGB value is (70,10,216). Sum of RGB (Red+Green+Blue) = 70+10+216=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 216 (84.77% from 255 or 72.97% from 296); Max value from RGB is 216 - color contains mainly: blue. Hex color #460AD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460AD8 is #B9F527. Grayscale: #323232. Windows color (decimal): -12186920 or 14158406. OLE color: 14158406.

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

Color convert

RGB 70 10 216 -
CMYK 0.68 0.95 0 0.15
HSL 257.48º 0.91% 0.44% -
HSV(B) 257.48º 0.95% 0.85% -
XYZ 15.03 6.48 65.42 -
YUV 51.42 220.88 141.25 -
System Red Green Blue C M Y K H S L
Decimal 70 10 216 0.68 0.95 0 0.15 257.48 0.91 0.44
Hex 46 A D8 44 5F 0 F 101 5B 2C
Octal 106 12 330 104 137 0 17 401 133 54
Binary 1000110 1010 11011000 1000100 1011111 0 1111 100000001 1011011 101100

Color Harmonies of #460AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460AD8

Black with #460AD8

Text Example


Text Example

White with #460AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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