Html Css Color HEX #4934DD Han Purple

📋 copy color: '#4934DD'

red 73 ◦ green 52 ◦ blue 221

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

Shades of Han Purple #4934DD

Tints of Han Purple #4934DD

RGB

 RED value IS 73 (28.91% from 255) = 21.1%

 GREEN value IS 52 (20.7% from 255) = 15.03%

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

R = 21.1%
G = 15.03%
B = 63.87%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4934DD (or 0x4934DD) is known color: Han Purple. HEX triplet: 49, 34 and DD. RGB value is (73,52,221). Sum of RGB (Red+Green+Blue) = 73+52+221=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #4934DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4934DD is #B6CB22. Grayscale: #4C4C4C. Windows color (decimal): -11979555 or 14496841. OLE color: 14496841.

HSL color Cylindrical-coordinate representation of color #4934DD: hue angle of 247.46º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4934DD is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 52 221 -
CMYK 0.67 0.76 0 0.13
HSL 247.46º 0.71% 0.54% -
HSV(B) 247.46º 0.76% 0.87% -
XYZ 17.03 9.09 69.26 -
YUV 77.55 208.96 124.76 -
System Red Green Blue C M Y K H S L
Decimal 73 52 221 0.67 0.76 0 0.13 247.46 0.71 0.54
Hex 49 34 DD 43 4C 0 D F7 47 36
Octal 111 64 335 103 114 0 15 367 107 66
Binary 1001001 110100 11011101 1000011 1001100 0 1101 11110111 1000111 110110

Color Harmonies of #4934DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4934DD

Black with #4934DD

Text Example


Text Example

White with #4934DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,52,221); }

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

background-color css

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

 a { background-color: rgb(73,52,221); }

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

border-color css

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

 span { border-color: rgb(73,52,221); }

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