Html Css Color HEX #460EE0 Han Purple

📋 copy color: '#460EE0'

red 70 ◦ green 14 ◦ blue 224

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

Shades of Han Purple #460EE0

Tints of Han Purple #460EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 72.73%

R = 22.73%
G = 4.55%
B = 72.73%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#460EE0 (or 0x460EE0) is known color: Han Purple. HEX triplet: 46, 0E and E0. RGB value is (70,14,224). Sum of RGB (Red+Green+Blue) = 70+14+224=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 224 (87.89% from 255 or 72.73% from 308); Max value from RGB is 224 - color contains mainly: blue. Hex color #460EE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460EE0 is #B9F11F. Grayscale: #353535. Windows color (decimal): -12185888 or 14683718. OLE color: 14683718.

HSL color Cylindrical-coordinate representation of color #460EE0: hue angle of 256º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460EE0 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 14 224 -
CMYK 0.69 0.94 0 0.12
HSL 256º 0.88% 0.47% -
HSV(B) 256º 0.94% 0.88% -
XYZ 16.14 7 71.02 -
YUV 54.68 223.55 138.92 -
System Red Green Blue C M Y K H S L
Decimal 70 14 224 0.69 0.94 0 0.12 256 0.88 0.47
Hex 46 E E0 45 5E 0 C 100 58 2F
Octal 106 16 340 105 136 0 14 400 130 57
Binary 1000110 1110 11100000 1000101 1011110 0 1100 100000000 1011000 101111

Color Harmonies of #460EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460EE0

Black with #460EE0

Text Example


Text Example

White with #460EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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