Html Css Color HEX #4631BF Purple Heart

📋 copy color: '#4631BF'

red 70 ◦ green 49 ◦ blue 191

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

Shades of Purple Heart #4631BF

Tints of Purple Heart #4631BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.61%

R = 22.58%
G = 15.81%
B = 61.61%

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

#4631BF (or 0x4631BF) is known color: Purple Heart. HEX triplet: 46, 31 and BF. RGB value is (70,49,191). Sum of RGB (Red+Green+Blue) = 70+49+191=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #4631BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4631BF is #B9CE40. Grayscale: #464646. Windows color (decimal): -12176961 or 12529990. OLE color: 12529990.

HSL color Cylindrical-coordinate representation of color #4631BF: hue angle of 248.87º 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 #4631BF is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 49 191 -
CMYK 0.63 0.74 0 0.25
HSL 248.87º 0.59% 0.47% -
HSV(B) 248.87º 0.74% 0.75% -
XYZ 13.03 7.26 50 -
YUV 71.47 195.46 126.95 -
System Red Green Blue C M Y K H S L
Decimal 70 49 191 0.63 0.74 0 0.25 248.87 0.59 0.47
Hex 46 31 BF 3F 4A 0 19 F9 3B 2F
Octal 106 61 277 77 112 0 31 371 73 57
Binary 1000110 110001 10111111 111111 1001010 0 11001 11111001 111011 101111

Color Harmonies of #4631BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4631BF

Black with #4631BF

Text Example


Text Example

White with #4631BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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