Html Css Color HEX #4630DD Han Purple

📋 copy color: '#4630DD'

red 70 ◦ green 48 ◦ blue 221

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

Shades of Han Purple #4630DD

Tints of Han Purple #4630DD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.16%

 BLUE value IS 221 (86.72% from 255) = 65.19%

R = 20.65%
G = 14.16%
B = 65.19%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4630DD (or 0x4630DD) is known color: Han Purple. HEX triplet: 46, 30 and DD. RGB value is (70,48,221). Sum of RGB (Red+Green+Blue) = 70+48+221=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #4630DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4630DD is #B9CF22. Grayscale: #494949. Windows color (decimal): -12177187 or 14495814. OLE color: 14495814.

HSL color Cylindrical-coordinate representation of color #4630DD: hue angle of 247.63º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4630DD is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 48 221 -
CMYK 0.68 0.78 0 0.13
HSL 247.63º 0.72% 0.53% -
HSV(B) 247.63º 0.78% 0.87% -
XYZ 16.63 8.64 69.2 -
YUV 74.3 210.79 124.93 -
System Red Green Blue C M Y K H S L
Decimal 70 48 221 0.68 0.78 0 0.13 247.63 0.72 0.53
Hex 46 30 DD 44 4E 0 D F8 48 35
Octal 106 60 335 104 116 0 15 370 110 65
Binary 1000110 110000 11011101 1000100 1001110 0 1101 11111000 1001000 110101

Color Harmonies of #4630DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4630DD

Black with #4630DD

Text Example


Text Example

White with #4630DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4630DD; }

 p { color: rgb(70,48,221); }

 H1.HeaderClassName
 {
   color: #4630DD;
 }
 .AnyTagClassName
 {
   color: #4630DD;
 }
</style>

background-color css

<style>
 a { background-color: #4630DD; }

 a { background-color: rgb(70,48,221); }

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

border-color css

<style>
 span { border-color: #4630DD; }

 span { border-color: rgb(70,48,221); }

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