Html Css Color HEX #4631DC Han Purple

📋 copy color: '#4631DC'

red 70 ◦ green 49 ◦ blue 220

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

Shades of Han Purple #4631DC

Tints of Han Purple #4631DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.45%

 BLUE value IS 220 (86.33% from 255) = 64.9%

R = 20.65%
G = 14.45%
B = 64.9%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4631DC (or 0x4631DC) is known color: Han Purple. HEX triplet: 46, 31 and DC. RGB value is (70,49,220). Sum of RGB (Red+Green+Blue) = 70+49+220=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #4631DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4631DC is #B9CE23. Grayscale: #4A4A4A. Windows color (decimal): -12176932 or 14430534. OLE color: 14430534.

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

Color convert

RGB 70 49 220 -
CMYK 0.68 0.78 0 0.14
HSL 247.37º 0.71% 0.53% -
HSV(B) 247.37º 0.78% 0.86% -
XYZ 16.54 8.67 68.51 -
YUV 74.77 209.96 124.6 -
System Red Green Blue C M Y K H S L
Decimal 70 49 220 0.68 0.78 0 0.14 247.37 0.71 0.53
Hex 46 31 DC 44 4E 0 E F7 47 35
Octal 106 61 334 104 116 0 16 367 107 65
Binary 1000110 110001 11011100 1000100 1001110 0 1110 11110111 1000111 110101

Color Harmonies of #4631DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4631DC

Black with #4631DC

Text Example


Text Example

White with #4631DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4631DC; }

 p { color: rgb(70,49,220); }

 H1.HeaderClassName
 {
   color: #4631DC;
 }
 .AnyTagClassName
 {
   color: #4631DC;
 }
</style>

background-color css

<style>
 a { background-color: #4631DC; }

 a { background-color: rgb(70,49,220); }

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

border-color css

<style>
 span { border-color: #4631DC; }

 span { border-color: rgb(70,49,220); }

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