Html Css Color HEX #4A09FE Han Purple

📋 copy color: '#4A09FE'

red 74 ◦ green 9 ◦ blue 254

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

Shades of Han Purple #4A09FE

Tints of Han Purple #4A09FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.67%

 BLUE value IS 254 (99.61% from 255) = 75.37%

R = 21.96%
G = 2.67%
B = 75.37%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4A09FE (or 0x4A09FE) is known color: Han Purple. HEX triplet: 4A, 09 and FE. RGB value is (74,9,254). Sum of RGB (Red+Green+Blue) = 74+9+254=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #4A09FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A09FE is #B5F601. Grayscale: #373737. Windows color (decimal): -11924994 or 16648522. OLE color: 16648522.

HSL color Cylindrical-coordinate representation of color #4A09FE: hue angle of 255.92º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A09FE is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 74 9 254 -
CMYK 0.71 0.96 0 0.00
HSL 255.92º 0.99% 0.52% -
HSV(B) 255.92º 0.96% 1% -
XYZ 20.81 8.81 94.37 -
YUV 56.37 239.53 140.58 -
System Red Green Blue C M Y K H S L
Decimal 74 9 254 0.71 0.96 0 0.00 255.92 0.99 0.52
Hex 4A 9 FE 47 60 0 0 100 63 34
Octal 112 11 376 107 140 0 0 400 143 64
Binary 1001010 1001 11111110 1000111 1100000 0 0 100000000 1100011 110100

Color Harmonies of #4A09FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A09FE

Black with #4A09FE

Text Example


Text Example

White with #4A09FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,9,254); }

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

background-color css

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

 a { background-color: rgb(74,9,254); }

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

border-color css

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

 span { border-color: rgb(74,9,254); }

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