Html Css Color HEX #4631BE Purple Heart

📋 copy color: '#4631BE'

red 70 ◦ green 49 ◦ blue 190

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

Shades of Purple Heart #4631BE

Tints of Purple Heart #4631BE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

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

R = 22.65%
G = 15.86%
B = 61.49%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4631BE (or 0x4631BE) is known color: Purple Heart. HEX triplet: 46, 31 and BE. RGB value is (70,49,190). Sum of RGB (Red+Green+Blue) = 70+49+190=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #4631BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4631BE is #B9CE41. Grayscale: #464646. Windows color (decimal): -12176962 or 12464454. OLE color: 12464454.

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

Color convert

RGB 70 49 190 -
CMYK 0.63 0.74 0 0.25
HSL 248.94º 0.59% 0.47% -
HSV(B) 248.94º 0.74% 0.75% -
XYZ 12.92 7.22 49.43 -
YUV 71.35 194.96 127.04 -
System Red Green Blue C M Y K H S L
Decimal 70 49 190 0.63 0.74 0 0.25 248.94 0.59 0.47
Hex 46 31 BE 3F 4A 0 19 F9 3B 2F
Octal 106 61 276 77 112 0 31 371 73 57
Binary 1000110 110001 10111110 111111 1001010 0 11001 11111001 111011 101111

Color Harmonies of #4631BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4631BE

Black with #4631BE

Text Example


Text Example

White with #4631BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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