Html Css Color HEX #4A06EB Han Purple

📋 copy color: '#4A06EB'

red 74 ◦ green 6 ◦ blue 235

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

Shades of Han Purple #4A06EB

Tints of Han Purple #4A06EB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.9%

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

R = 23.49%
G = 1.9%
B = 74.6%

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

#4A06EB (or 0x4A06EB) is known color: Han Purple. HEX triplet: 4A, 06 and EB. RGB value is (74,6,235). Sum of RGB (Red+Green+Blue) = 74+6+235=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 235 (92.19% from 255 or 74.60% from 315); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A06EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A06EB is #B5F914. Grayscale: #333333. Windows color (decimal): -11925781 or 15402570. OLE color: 15402570.

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

Color convert

RGB 74 6 235 -
CMYK 0.69 0.97 0 0.08
HSL 257.82º 0.95% 0.47% -
HSV(B) 257.82º 0.97% 0.92% -
XYZ 17.88 7.58 79.12 -
YUV 52.44 231.03 143.38 -
System Red Green Blue C M Y K H S L
Decimal 74 6 235 0.69 0.97 0 0.08 257.82 0.95 0.47
Hex 4A 6 EB 45 61 0 8 102 5F 2F
Octal 112 6 353 105 141 0 10 402 137 57
Binary 1001010 110 11101011 1000101 1100001 0 1000 100000010 1011111 101111

Color Harmonies of #4A06EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A06EB

Black with #4A06EB

Text Example


Text Example

White with #4A06EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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