Html Css Color HEX #4901B6 Purple Heart

📋 copy color: '#4901B6'

red 73 ◦ green 1 ◦ blue 182

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

Shades of Purple Heart #4901B6

Tints of Purple Heart #4901B6

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 182 (71.48% from 255) = 71.09%

R = 28.52%
G = 0.39%
B = 71.09%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4901B6 (or 0x4901B6) is known color: Purple Heart. HEX triplet: 49, 01 and B6. RGB value is (73,1,182). Sum of RGB (Red+Green+Blue) = 73+1+182=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 182 (71.48% from 255 or 71.09% from 256); Max value from RGB is 182 - color contains mainly: blue. Hex color #4901B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4901B6 is #B6FE49. Grayscale: #2A2A2A. Windows color (decimal): -11992650 or 11927881. OLE color: 11927881.

HSL color Cylindrical-coordinate representation of color #4901B6: hue angle of 263.87º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4901B6 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 1 182 -
CMYK 0.60 0.99 0 0.29
HSL 263.87º 0.99% 0.36% -
HSV(B) 263.87º 0.99% 0.71% -
XYZ 11.2 4.82 44.6 -
YUV 43.16 206.35 149.28 -
System Red Green Blue C M Y K H S L
Decimal 73 1 182 0.60 0.99 0 0.29 263.87 0.99 0.36
Hex 49 1 B6 3C 63 0 1D 108 63 24
Octal 111 1 266 74 143 0 35 410 143 44
Binary 1001001 1 10110110 111100 1100011 0 11101 100001000 1100011 100100

Color Harmonies of #4901B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4901B6

Black with #4901B6

Text Example


Text Example

White with #4901B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4901B6; }

 p { color: rgb(73,1,182); }

 H1.HeaderClassName
 {
   color: #4901B6;
 }
 .AnyTagClassName
 {
   color: #4901B6;
 }
</style>

background-color css

<style>
 a { background-color: #4901B6; }

 a { background-color: rgb(73,1,182); }

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

border-color css

<style>
 span { border-color: #4901B6; }

 span { border-color: rgb(73,1,182); }

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