Html Css Color HEX #462EF8 Han Purple

📋 copy color: '#462EF8'

red 70 ◦ green 46 ◦ blue 248

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

Shades of Han Purple #462EF8

Tints of Han Purple #462EF8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.64%

 BLUE value IS 248 (97.27% from 255) = 68.13%

R = 19.23%
G = 12.64%
B = 68.13%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#462EF8 (or 0x462EF8) is known color: Han Purple. HEX triplet: 46, 2E and F8. RGB value is (70,46,248). Sum of RGB (Red+Green+Blue) = 70+46+248=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 248 (97.27% from 255 or 68.13% from 364); Max value from RGB is 248 - color contains mainly: blue. Hex color #462EF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462EF8 is #B9D107. Grayscale: #4B4B4B. Windows color (decimal): -12177672 or 16264774. OLE color: 16264774.

HSL color Cylindrical-coordinate representation of color #462EF8: hue angle of 247.13º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #462EF8 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 70 46 248 -
CMYK 0.72 0.81 0 0.03
HSL 247.13º 0.94% 0.58% -
HSV(B) 247.13º 0.81% 0.97% -
XYZ 20.45 10.03 89.67 -
YUV 76.2 224.95 123.57 -
System Red Green Blue C M Y K H S L
Decimal 70 46 248 0.72 0.81 0 0.03 247.13 0.94 0.58
Hex 46 2E F8 48 51 0 3 F7 5E 3A
Octal 106 56 370 110 121 0 3 367 136 72
Binary 1000110 101110 11111000 1001000 1010001 0 11 11110111 1011110 111010

Color Harmonies of #462EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462EF8

Black with #462EF8

Text Example


Text Example

White with #462EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462EF8; }

 p { color: rgb(70,46,248); }

 H1.HeaderClassName
 {
   color: #462EF8;
 }
 .AnyTagClassName
 {
   color: #462EF8;
 }
</style>

background-color css

<style>
 a { background-color: #462EF8; }

 a { background-color: rgb(70,46,248); }

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

border-color css

<style>
 span { border-color: #462EF8; }

 span { border-color: rgb(70,46,248); }

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