Html Css Color HEX #4938BA Purple Heart

📋 copy color: '#4938BA'

red 73 ◦ green 56 ◦ blue 186

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

Shades of Purple Heart #4938BA

Tints of Purple Heart #4938BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

 BLUE value IS 186 (73.05% from 255) = 59.05%

R = 23.17%
G = 17.78%
B = 59.05%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4938BA (or 0x4938BA) is known color: Purple Heart. HEX triplet: 49, 38 and BA. RGB value is (73,56,186). Sum of RGB (Red+Green+Blue) = 73+56+186=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #4938BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4938BA is #B6C745. Grayscale: #4B4B4B. Windows color (decimal): -11978566 or 12204105. OLE color: 12204105.

HSL color Cylindrical-coordinate representation of color #4938BA: hue angle of 247.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4938BA is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 56 186 -
CMYK 0.61 0.70 0 0.27
HSL 247.85º 0.54% 0.47% -
HSV(B) 247.85º 0.7% 0.73% -
XYZ 13.02 7.79 47.27 -
YUV 75.9 190.13 125.93 -
System Red Green Blue C M Y K H S L
Decimal 73 56 186 0.61 0.70 0 0.27 247.85 0.54 0.47
Hex 49 38 BA 3D 46 0 1B F8 36 2F
Octal 111 70 272 75 106 0 33 370 66 57
Binary 1001001 111000 10111010 111101 1000110 0 11011 11111000 110110 101111

Color Harmonies of #4938BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4938BA

Black with #4938BA

Text Example


Text Example

White with #4938BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4938BA; }

 p { color: rgb(73,56,186); }

 H1.HeaderClassName
 {
   color: #4938BA;
 }
 .AnyTagClassName
 {
   color: #4938BA;
 }
</style>

background-color css

<style>
 a { background-color: #4938BA; }

 a { background-color: rgb(73,56,186); }

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

border-color css

<style>
 span { border-color: #4938BA; }

 span { border-color: rgb(73,56,186); }

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