Html Css Color HEX #4938BC Purple Heart

📋 copy color: '#4938BC'

red 73 ◦ green 56 ◦ blue 188

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

Shades of Purple Heart #4938BC

Tints of Purple Heart #4938BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.31%

R = 23.03%
G = 17.67%
B = 59.31%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4938BC (or 0x4938BC) is known color: Purple Heart. HEX triplet: 49, 38 and BC. RGB value is (73,56,188). Sum of RGB (Red+Green+Blue) = 73+56+188=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #4938BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4938BC is #B6C743. Grayscale: #4B4B4B. Windows color (decimal): -11978564 or 12335177. OLE color: 12335177.

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

Color convert

RGB 73 56 188 -
CMYK 0.61 0.70 0 0.26
HSL 247.73º 0.54% 0.48% -
HSV(B) 247.73º 0.7% 0.74% -
XYZ 13.24 7.88 48.4 -
YUV 76.13 191.13 125.77 -
System Red Green Blue C M Y K H S L
Decimal 73 56 188 0.61 0.70 0 0.26 247.73 0.54 0.48
Hex 49 38 BC 3D 46 0 1A F8 36 30
Octal 111 70 274 75 106 0 32 370 66 60
Binary 1001001 111000 10111100 111101 1000110 0 11010 11111000 110110 110000

Color Harmonies of #4938BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4938BC

Black with #4938BC

Text Example


Text Example

White with #4938BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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