Html Css Color HEX #460EF4 Han Purple

📋 copy color: '#460EF4'

red 70 ◦ green 14 ◦ blue 244

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

Shades of Han Purple #460EF4

Tints of Han Purple #460EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 74.39%

R = 21.34%
G = 4.27%
B = 74.39%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#460EF4 (or 0x460EF4) is known color: Han Purple. HEX triplet: 46, 0E and F4. RGB value is (70,14,244). Sum of RGB (Red+Green+Blue) = 70+14+244=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 244 (95.70% from 255 or 74.39% from 328); Max value from RGB is 244 - color contains mainly: blue. Hex color #460EF4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460EF4 is #B9F10B. Grayscale: #383838. Windows color (decimal): -12185868 or 15994438. OLE color: 15994438.

HSL color Cylindrical-coordinate representation of color #460EF4: hue angle of 254.61º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460EF4 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 70 14 244 -
CMYK 0.71 0.94 0 0.04
HSL 254.61º 0.91% 0.51% -
HSV(B) 254.61º 0.94% 0.96% -
XYZ 19.01 8.15 86.16 -
YUV 56.96 233.55 137.3 -
System Red Green Blue C M Y K H S L
Decimal 70 14 244 0.71 0.94 0 0.04 254.61 0.91 0.51
Hex 46 E F4 47 5E 0 4 FF 5B 33
Octal 106 16 364 107 136 0 4 377 133 63
Binary 1000110 1110 11110100 1000111 1011110 0 100 11111111 1011011 110011

Color Harmonies of #460EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460EF4

Black with #460EF4

Text Example


Text Example

White with #460EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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