Html Css Color HEX #4629BE Purple Heart

📋 copy color: '#4629BE'

red 70 ◦ green 41 ◦ blue 190

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

Shades of Purple Heart #4629BE

Tints of Purple Heart #4629BE

RGB

 RED value IS 70 (27.73% from 255) = 23.26%

 GREEN value IS 41 (16.41% from 255) = 13.62%

 BLUE value IS 190 (74.61% from 255) = 63.12%

R = 23.26%
G = 13.62%
B = 63.12%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4629BE (or 0x4629BE) is known color: Purple Heart. HEX triplet: 46, 29 and BE. RGB value is (70,41,190). Sum of RGB (Red+Green+Blue) = 70+41+190=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #4629BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4629BE is #B9D641. Grayscale: #424242. Windows color (decimal): -12179010 or 12462406. OLE color: 12462406.

HSL color Cylindrical-coordinate representation of color #4629BE: hue angle of 251.68º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4629BE is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 41 190 -
CMYK 0.63 0.78 0 0.25
HSL 251.68º 0.65% 0.45% -
HSV(B) 251.68º 0.78% 0.75% -
XYZ 12.61 6.61 49.33 -
YUV 66.66 197.61 130.38 -
System Red Green Blue C M Y K H S L
Decimal 70 41 190 0.63 0.78 0 0.25 251.68 0.65 0.45
Hex 46 29 BE 3F 4E 0 19 FC 41 2D
Octal 106 51 276 77 116 0 31 374 101 55
Binary 1000110 101001 10111110 111111 1001110 0 11001 11111100 1000001 101101

Color Harmonies of #4629BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4629BE

Black with #4629BE

Text Example


Text Example

White with #4629BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4629BE; }

 p { color: rgb(70,41,190); }

 H1.HeaderClassName
 {
   color: #4629BE;
 }
 .AnyTagClassName
 {
   color: #4629BE;
 }
</style>

background-color css

<style>
 a { background-color: #4629BE; }

 a { background-color: rgb(70,41,190); }

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

border-color css

<style>
 span { border-color: #4629BE; }

 span { border-color: rgb(70,41,190); }

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