Html Css Color HEX #462EFE Han Purple

📋 copy color: '#462EFE'

red 70 ◦ green 46 ◦ blue 254

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

Shades of Han Purple #462EFE

Tints of Han Purple #462EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.65%

R = 18.92%
G = 12.43%
B = 68.65%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#462EFE (or 0x462EFE) is known color: Han Purple. HEX triplet: 46, 2E and FE. RGB value is (70,46,254). Sum of RGB (Red+Green+Blue) = 70+46+254=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #462EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462EFE is #B9D101. Grayscale: #4C4C4C. Windows color (decimal): -12177666 or 16657990. OLE color: 16657990.

HSL color Cylindrical-coordinate representation of color #462EFE: hue angle of 246.92º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #462EFE is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 70 46 254 -
CMYK 0.72 0.82 0 0.00
HSL 246.92º 0.99% 0.59% -
HSV(B) 246.92º 0.82% 1% -
XYZ 21.39 10.41 94.65 -
YUV 76.89 227.95 123.09 -
System Red Green Blue C M Y K H S L
Decimal 70 46 254 0.72 0.82 0 0.00 246.92 0.99 0.59
Hex 46 2E FE 48 52 0 0 F7 63 3B
Octal 106 56 376 110 122 0 0 367 143 73
Binary 1000110 101110 11111110 1001000 1010010 0 0 11110111 1100011 111011

Color Harmonies of #462EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462EFE

Black with #462EFE

Text Example


Text Example

White with #462EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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