Html Css Color HEX #460BEC Han Purple

📋 copy color: '#460BEC'

red 70 ◦ green 11 ◦ blue 236

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

Shades of Han Purple #460BEC

Tints of Han Purple #460BEC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.47%

 BLUE value IS 236 (92.58% from 255) = 74.45%

R = 22.08%
G = 3.47%
B = 74.45%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#460BEC (or 0x460BEC) is known color: Han Purple. HEX triplet: 46, 0B and EC. RGB value is (70,11,236). Sum of RGB (Red+Green+Blue) = 70+11+236=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 236 (92.58% from 255 or 74.45% from 317); Max value from RGB is 236 - color contains mainly: blue. Hex color #460BEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460BEC is #B9F413. Grayscale: #353535. Windows color (decimal): -12186644 or 15469382. OLE color: 15469382.

HSL color Cylindrical-coordinate representation of color #460BEC: hue angle of 255.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460BEC is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 11 236 -
CMYK 0.70 0.95 0 0.07
HSL 255.73º 0.91% 0.48% -
HSV(B) 255.73º 0.95% 0.93% -
XYZ 17.79 7.6 79.89 -
YUV 54.29 230.55 139.2 -
System Red Green Blue C M Y K H S L
Decimal 70 11 236 0.70 0.95 0 0.07 255.73 0.91 0.48
Hex 46 B EC 46 5F 0 7 100 5B 30
Octal 106 13 354 106 137 0 7 400 133 60
Binary 1000110 1011 11101100 1000110 1011111 0 111 100000000 1011011 110000

Color Harmonies of #460BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460BEC

Black with #460BEC

Text Example


Text Example

White with #460BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,11,236); }

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

background-color css

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

 a { background-color: rgb(70,11,236); }

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

border-color css

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

 span { border-color: rgb(70,11,236); }

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