#4630B4

Color #4630B4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4630B4

Tints of Purple Heart #4630B4

Color information

#4630B4 (or 0x4630B4) is unknown color: approx Purple Heart. HEX triplet: 46, 30 and B4. RGB value is (70,48,180). Sum of RGB (Red+Green+Blue) = 70+48+180=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 180 (70.70% from 255 or 60.40% from 298); Max value from RGB is 180 - color contains mainly: blue. Hex color #4630B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4630B4 is #B9CF4B. Grayscale: #454545. Windows color (decimal): -12177228 or 11808838. OLE color: 11808838.

HSL color Cylindrical-coordinate representation of color #4630B4: hue angle of 250º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4630B4 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7048180-
CMYK0.610.7300.29
HSL250º57.89%44.71%-
HSV(B)250º73.33%70.59%-
XYZ11.826.7143.85-
YUV69.63190.29128.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 48 (19.14% from 255) = 16.11%
BLUE value IS 180 (70.70% from 255) = 60.40%
R=23.49%
G=16.11%
B=60.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70481800.610.7300.2925057.8944.71
Hex4630B43D4901Dfa3a2d
Octal10660264751110353727255
Binary100011011000010110100111101100100101110111111010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4630B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4630B4; }

 p { color: rgb(70,48,180); }

 H1.HeaderClassName
 {
   color: #4630B4;
 }
 .AnyTagClassName
 {
   color: #4630B4;
 }
</style>
background-color css

<style>
 a { background-color: #4630B4; }

 a { background-color: rgb(70,48,180); }

 div.DivClassName
 {
   background-color: #4630B4;
 }
 .BgClassName
 {
   background-color: #4630B4;
 }
</style>
border-color css

<style>
 span { border-color: #4630B4; }

 span { border-color: rgb(70,48,180); }

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