Html Css Color HEX #460FF9 Han Purple

📋 copy color: '#460FF9'

red 70 ◦ green 15 ◦ blue 249

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

Shades of Han Purple #460FF9

Tints of Han Purple #460FF9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.49%

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

R = 20.96%
G = 4.49%
B = 74.55%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#460FF9 (or 0x460FF9) is known color: Han Purple. HEX triplet: 46, 0F and F9. RGB value is (70,15,249). Sum of RGB (Red+Green+Blue) = 70+15+249=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 249 (97.66% from 255 or 74.55% from 334); Max value from RGB is 249 - color contains mainly: blue. Hex color #460FF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460FF9 is #B9F006. Grayscale: #393939. Windows color (decimal): -12185607 or 16322374. OLE color: 16322374.

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

Color convert

RGB 70 15 249 -
CMYK 0.72 0.94 0 0.02
HSL 254.1º 0.95% 0.52% -
HSV(B) 254.1º 0.94% 0.98% -
XYZ 19.8 8.48 90.22 -
YUV 58.12 235.72 136.47 -
System Red Green Blue C M Y K H S L
Decimal 70 15 249 0.72 0.94 0 0.02 254.1 0.95 0.52
Hex 46 F F9 48 5E 0 2 FE 5F 34
Octal 106 17 371 110 136 0 2 376 137 64
Binary 1000110 1111 11111001 1001000 1011110 0 10 11111110 1011111 110100

Color Harmonies of #460FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460FF9

Black with #460FF9

Text Example


Text Example

White with #460FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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