Html Css Color HEX #462EFF Han Purple

📋 copy color: '#462EFF'

red 70 ◦ green 46 ◦ blue 255

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

Shades of Han Purple #462EFF

Tints of Han Purple #462EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.73%

R = 18.87%
G = 12.4%
B = 68.73%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#462EFF (or 0x462EFF) is known color: Han Purple. HEX triplet: 46, 2E and FF. RGB value is (70,46,255). Sum of RGB (Red+Green+Blue) = 70+46+255=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #462EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462EFF is #B9D100. Grayscale: #4C4C4C. Windows color (decimal): -12177665 or 16723526. OLE color: 16723526.

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

Color convert

RGB 70 46 255 -
CMYK 0.73 0.82 0 0
HSL 246.89º 1% 0.59% -
HSV(B) 246.89º 0.82% 1% -
XYZ 21.55 10.48 95.49 -
YUV 77 228.45 123.01 -
System Red Green Blue C M Y K H S L
Decimal 70 46 255 0.73 0.82 0 0 246.89 1 0.59
Hex 46 2E FF 49 52 0 0 F7 64 3B
Octal 106 56 377 111 122 0 0 367 144 73
Binary 1000110 101110 11111111 1001001 1010010 0 0 11110111 1100100 111011

Color Harmonies of #462EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462EFF

Black with #462EFF

Text Example


Text Example

White with #462EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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