Html Css Color HEX #460FFB Han Purple

📋 copy color: '#460FFB'

red 70 ◦ green 15 ◦ blue 251

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

Shades of Han Purple #460FFB

Tints of Han Purple #460FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.46%

 BLUE value IS 251 (98.44% from 255) = 74.7%

R = 20.83%
G = 4.46%
B = 74.7%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#460FFB (or 0x460FFB) is known color: Han Purple. HEX triplet: 46, 0F and FB. RGB value is (70,15,251). Sum of RGB (Red+Green+Blue) = 70+15+251=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 251 (98.44% from 255 or 74.70% from 336); Max value from RGB is 251 - color contains mainly: blue. Hex color #460FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460FFB is #B9F004. Grayscale: #393939. Windows color (decimal): -12185605 or 16453446. OLE color: 16453446.

HSL color Cylindrical-coordinate representation of color #460FFB: hue angle of 253.98º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460FFB is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 15 251 -
CMYK 0.72 0.94 0 0.02
HSL 253.98º 0.97% 0.52% -
HSV(B) 253.98º 0.94% 0.98% -
XYZ 20.11 8.61 91.87 -
YUV 58.35 236.72 136.31 -
System Red Green Blue C M Y K H S L
Decimal 70 15 251 0.72 0.94 0 0.02 253.98 0.97 0.52
Hex 46 F FB 48 5E 0 2 FE 61 34
Octal 106 17 373 110 136 0 2 376 141 64
Binary 1000110 1111 11111011 1001000 1011110 0 10 11111110 1100001 110100

Color Harmonies of #460FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460FFB

Black with #460FFB

Text Example


Text Example

White with #460FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,15,251); }

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

background-color css

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

 a { background-color: rgb(70,15,251); }

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

border-color css

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

 span { border-color: rgb(70,15,251); }

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