Html Css Color HEX #4A08EC Han Purple

📋 copy color: '#4A08EC'

red 74 ◦ green 8 ◦ blue 236

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

Shades of Han Purple #4A08EC

Tints of Han Purple #4A08EC

RGB

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

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

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

R = 23.27%
G = 2.52%
B = 74.21%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4A08EC (or 0x4A08EC) is known color: Han Purple. HEX triplet: 4A, 08 and EC. RGB value is (74,8,236). Sum of RGB (Red+Green+Blue) = 74+8+236=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #4A08EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A08EC is #B5F713. Grayscale: #343434. Windows color (decimal): -11925268 or 15468618. OLE color: 15468618.

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

Color convert

RGB 74 8 236 -
CMYK 0.69 0.97 0 0.07
HSL 257.37º 0.93% 0.48% -
HSV(B) 257.37º 0.97% 0.93% -
XYZ 18.05 7.69 79.89 -
YUV 53.73 230.87 142.46 -
System Red Green Blue C M Y K H S L
Decimal 74 8 236 0.69 0.97 0 0.07 257.37 0.93 0.48
Hex 4A 8 EC 45 61 0 7 101 5D 30
Octal 112 10 354 105 141 0 7 401 135 60
Binary 1001010 1000 11101100 1000101 1100001 0 111 100000001 1011101 110000

Color Harmonies of #4A08EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A08EC

Black with #4A08EC

Text Example


Text Example

White with #4A08EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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