Html Css Color HEX #492EBA Purple Heart

📋 copy color: '#492EBA'

red 73 ◦ green 46 ◦ blue 186

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

Shades of Purple Heart #492EBA

Tints of Purple Heart #492EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.08%

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

R = 23.93%
G = 15.08%
B = 60.98%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#492EBA (or 0x492EBA) is known color: Purple Heart. HEX triplet: 49, 2E and BA. RGB value is (73,46,186). Sum of RGB (Red+Green+Blue) = 73+46+186=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #492EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492EBA is #B6D145. Grayscale: #454545. Windows color (decimal): -11981126 or 12201545. OLE color: 12201545.

HSL color Cylindrical-coordinate representation of color #492EBA: hue angle of 251.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492EBA is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 46 186 -
CMYK 0.61 0.75 0 0.27
HSL 251.57º 0.6% 0.45% -
HSV(B) 251.57º 0.75% 0.73% -
XYZ 12.59 6.92 47.13 -
YUV 70.03 193.45 130.12 -
System Red Green Blue C M Y K H S L
Decimal 73 46 186 0.61 0.75 0 0.27 251.57 0.6 0.45
Hex 49 2E BA 3D 4B 0 1B FC 3C 2D
Octal 111 56 272 75 113 0 33 374 74 55
Binary 1001001 101110 10111010 111101 1001011 0 11011 11111100 111100 101101

Color Harmonies of #492EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492EBA

Black with #492EBA

Text Example


Text Example

White with #492EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492EBA; }

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

 H1.HeaderClassName
 {
   color: #492EBA;
 }
 .AnyTagClassName
 {
   color: #492EBA;
 }
</style>

background-color css

<style>
 a { background-color: #492EBA; }

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

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

border-color css

<style>
 span { border-color: #492EBA; }

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

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