Html Css Color HEX #460AF9 Han Purple

📋 copy color: '#460AF9'

red 70 ◦ green 10 ◦ blue 249

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

Shades of Han Purple #460AF9

Tints of Han Purple #460AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 75.68%

R = 21.28%
G = 3.04%
B = 75.68%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#460AF9 (or 0x460AF9) is known color: Han Purple. HEX triplet: 46, 0A and F9. RGB value is (70,10,249). Sum of RGB (Red+Green+Blue) = 70+10+249=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 249 (97.66% from 255 or 75.68% from 329); Max value from RGB is 249 - color contains mainly: blue. Hex color #460AF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460AF9 is #B9F506. Grayscale: #363636. Windows color (decimal): -12186887 or 16321094. OLE color: 16321094.

HSL color Cylindrical-coordinate representation of color #460AF9: hue angle of 255.06º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460AF9 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 10 249 -
CMYK 0.72 0.96 0 0.02
HSL 255.06º 0.95% 0.51% -
HSV(B) 255.06º 0.96% 0.98% -
XYZ 19.73 8.36 90.2 -
YUV 55.19 237.38 138.57 -
System Red Green Blue C M Y K H S L
Decimal 70 10 249 0.72 0.96 0 0.02 255.06 0.95 0.51
Hex 46 A F9 48 60 0 2 FF 5F 33
Octal 106 12 371 110 140 0 2 377 137 63
Binary 1000110 1010 11111001 1001000 1100000 0 10 11111111 1011111 110011

Color Harmonies of #460AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460AF9

Black with #460AF9

Text Example


Text Example

White with #460AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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