Html Css Color HEX #4A10EB Han Purple

📋 copy color: '#4A10EB'

red 74 ◦ green 16 ◦ blue 235

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

Shades of Han Purple #4A10EB

Tints of Han Purple #4A10EB

RGB

 RED value IS 74 (29.3% from 255) = 22.77%

 GREEN value IS 16 (6.64% from 255) = 4.92%

 BLUE value IS 235 (92.19% from 255) = 72.31%

R = 22.77%
G = 4.92%
B = 72.31%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A10EB (or 0x4A10EB) is known color: Han Purple. HEX triplet: 4A, 10 and EB. RGB value is (74,16,235). Sum of RGB (Red+Green+Blue) = 74+16+235=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 235 (92.19% from 255 or 72.31% from 325); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A10EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A10EB is #B5EF14. Grayscale: #393939. Windows color (decimal): -11923221 or 15405130. OLE color: 15405130.

HSL color Cylindrical-coordinate representation of color #4A10EB: hue angle of 255.89º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A10EB is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 16 235 -
CMYK 0.69 0.93 0 0.08
HSL 255.89º 0.87% 0.49% -
HSV(B) 255.89º 0.93% 0.92% -
XYZ 18 7.82 79.16 -
YUV 58.31 227.72 139.19 -
System Red Green Blue C M Y K H S L
Decimal 74 16 235 0.69 0.93 0 0.08 255.89 0.87 0.49
Hex 4A 10 EB 45 5D 0 8 100 57 31
Octal 112 20 353 105 135 0 10 400 127 61
Binary 1001010 10000 11101011 1000101 1011101 0 1000 100000000 1010111 110001

Color Harmonies of #4A10EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A10EB

Black with #4A10EB

Text Example


Text Example

White with #4A10EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A10EB; }

 p { color: rgb(74,16,235); }

 H1.HeaderClassName
 {
   color: #4A10EB;
 }
 .AnyTagClassName
 {
   color: #4A10EB;
 }
</style>

background-color css

<style>
 a { background-color: #4A10EB; }

 a { background-color: rgb(74,16,235); }

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

border-color css

<style>
 span { border-color: #4A10EB; }

 span { border-color: rgb(74,16,235); }

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