Html Css Color HEX #4A09DB Han Purple

📋 copy color: '#4A09DB'

red 74 ◦ green 9 ◦ blue 219

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

Shades of Han Purple #4A09DB

Tints of Han Purple #4A09DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 72.52%

R = 24.5%
G = 2.98%
B = 72.52%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A09DB (or 0x4A09DB) is known color: Han Purple. HEX triplet: 4A, 09 and DB. RGB value is (74,9,219). Sum of RGB (Red+Green+Blue) = 74+9+219=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A09DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A09DB is #B5F624. Grayscale: #333333. Windows color (decimal): -11925029 or 14354762. OLE color: 14354762.

HSL color Cylindrical-coordinate representation of color #4A09DB: hue angle of 258.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A09DB is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 9 219 -
CMYK 0.66 0.96 0 0.14
HSL 258.57º 0.92% 0.45% -
HSV(B) 258.57º 0.96% 0.86% -
XYZ 15.71 6.77 67.5 -
YUV 52.38 222.03 143.42 -
System Red Green Blue C M Y K H S L
Decimal 74 9 219 0.66 0.96 0 0.14 258.57 0.92 0.45
Hex 4A 9 DB 42 60 0 E 103 5C 2D
Octal 112 11 333 102 140 0 16 403 134 55
Binary 1001010 1001 11011011 1000010 1100000 0 1110 100000011 1011100 101101

Color Harmonies of #4A09DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A09DB

Black with #4A09DB

Text Example


Text Example

White with #4A09DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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