Html Css Color HEX #4632DB Han Purple

📋 copy color: '#4632DB'

red 70 ◦ green 50 ◦ blue 219

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

Shades of Han Purple #4632DB

Tints of Han Purple #4632DB

RGB

 RED value IS 70 (27.73% from 255) = 20.65%

 GREEN value IS 50 (19.92% from 255) = 14.75%

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

R = 20.65%
G = 14.75%
B = 64.6%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4632DB (or 0x4632DB) is known color: Han Purple. HEX triplet: 46, 32 and DB. RGB value is (70,50,219). Sum of RGB (Red+Green+Blue) = 70+50+219=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #4632DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4632DB is #B9CD24. Grayscale: #4A4A4A. Windows color (decimal): -12176677 or 14365254. OLE color: 14365254.

HSL color Cylindrical-coordinate representation of color #4632DB: hue angle of 247.1º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4632DB is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 50 219 -
CMYK 0.68 0.77 0 0.14
HSL 247.1º 0.7% 0.53% -
HSV(B) 247.1º 0.77% 0.86% -
XYZ 16.45 8.7 67.83 -
YUV 75.25 209.13 124.26 -
System Red Green Blue C M Y K H S L
Decimal 70 50 219 0.68 0.77 0 0.14 247.1 0.7 0.53
Hex 46 32 DB 44 4D 0 E F7 46 35
Octal 106 62 333 104 115 0 16 367 106 65
Binary 1000110 110010 11011011 1000100 1001101 0 1110 11110111 1000110 110101

Color Harmonies of #4632DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4632DB

Black with #4632DB

Text Example


Text Example

White with #4632DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4632DB; }

 p { color: rgb(70,50,219); }

 H1.HeaderClassName
 {
   color: #4632DB;
 }
 .AnyTagClassName
 {
   color: #4632DB;
 }
</style>

background-color css

<style>
 a { background-color: #4632DB; }

 a { background-color: rgb(70,50,219); }

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

border-color css

<style>
 span { border-color: #4632DB; }

 span { border-color: rgb(70,50,219); }

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