Html Css Color HEX #4A08EB Han Purple

📋 copy color: '#4A08EB'

red 74 ◦ green 8 ◦ blue 235

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

Shades of Han Purple #4A08EB

Tints of Han Purple #4A08EB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.52%

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

R = 23.34%
G = 2.52%
B = 74.13%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A08EB (or 0x4A08EB) is known color: Han Purple. HEX triplet: 4A, 08 and EB. RGB value is (74,8,235). Sum of RGB (Red+Green+Blue) = 74+8+235=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 235 (92.19% from 255 or 74.13% from 317); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A08EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A08EB is #B5F714. Grayscale: #343434. Windows color (decimal): -11925269 or 15403082. OLE color: 15403082.

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

Color convert

RGB 74 8 235 -
CMYK 0.69 0.97 0 0.08
HSL 257.44º 0.93% 0.48% -
HSV(B) 257.44º 0.97% 0.92% -
XYZ 17.91 7.63 79.13 -
YUV 53.61 230.37 142.54 -
System Red Green Blue C M Y K H S L
Decimal 74 8 235 0.69 0.97 0 0.08 257.44 0.93 0.48
Hex 4A 8 EB 45 61 0 8 101 5D 30
Octal 112 10 353 105 141 0 10 401 135 60
Binary 1001010 1000 11101011 1000101 1100001 0 1000 100000001 1011101 110000

Color Harmonies of #4A08EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A08EB

Black with #4A08EB

Text Example


Text Example

White with #4A08EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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