Html Css Color HEX #4830BF Purple Heart

📋 copy color: '#4830BF'

red 72 ◦ green 48 ◦ blue 191

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

Shades of Purple Heart #4830BF

Tints of Purple Heart #4830BF

RGB

 RED value IS 72 (28.52% from 255) = 23.15%

 GREEN value IS 48 (19.14% from 255) = 15.43%

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

R = 23.15%
G = 15.43%
B = 61.41%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4830BF (or 0x4830BF) is known color: Purple Heart. HEX triplet: 48, 30 and BF. RGB value is (72,48,191). Sum of RGB (Red+Green+Blue) = 72+48+191=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #4830BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4830BF is #B7CF40. Grayscale: #464646. Windows color (decimal): -12046145 or 12529736. OLE color: 12529736.

HSL color Cylindrical-coordinate representation of color #4830BF: hue angle of 250.07º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4830BF is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 48 191 -
CMYK 0.62 0.75 0 0.25
HSL 250.07º 0.6% 0.47% -
HSV(B) 250.07º 0.75% 0.75% -
XYZ 13.13 7.25 50 -
YUV 71.48 195.45 128.37 -
System Red Green Blue C M Y K H S L
Decimal 72 48 191 0.62 0.75 0 0.25 250.07 0.6 0.47
Hex 48 30 BF 3E 4B 0 19 FA 3C 2F
Octal 110 60 277 76 113 0 31 372 74 57
Binary 1001000 110000 10111111 111110 1001011 0 11001 11111010 111100 101111

Color Harmonies of #4830BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4830BF

Black with #4830BF

Text Example


Text Example

White with #4830BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,48,191); }

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

background-color css

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

 a { background-color: rgb(72,48,191); }

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

border-color css

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

 span { border-color: rgb(72,48,191); }

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