Html Css Color HEX #4630C2 Purple Heart

📋 copy color: '#4630C2'

red 70 ◦ green 48 ◦ blue 194

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

Shades of Purple Heart #4630C2

Tints of Purple Heart #4630C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 62.18%

R = 22.44%
G = 15.38%
B = 62.18%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4630C2 (or 0x4630C2) is known color: Purple Heart. HEX triplet: 46, 30 and C2. RGB value is (70,48,194). Sum of RGB (Red+Green+Blue) = 70+48+194=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 194 (76.17% from 255 or 62.18% from 312); Max value from RGB is 194 - color contains mainly: blue. Hex color #4630C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4630C2 is #B9CF3D. Grayscale: #464646. Windows color (decimal): -12177214 or 12726342. OLE color: 12726342.

HSL color Cylindrical-coordinate representation of color #4630C2: hue angle of 249.04º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4630C2 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 70 48 194 -
CMYK 0.64 0.75 0 0.24
HSL 249.04º 0.6% 0.47% -
HSV(B) 249.04º 0.75% 0.76% -
XYZ 13.32 7.31 51.75 -
YUV 71.22 197.29 127.13 -
System Red Green Blue C M Y K H S L
Decimal 70 48 194 0.64 0.75 0 0.24 249.04 0.6 0.47
Hex 46 30 C2 40 4B 0 18 F9 3C 2F
Octal 106 60 302 100 113 0 30 371 74 57
Binary 1000110 110000 11000010 1000000 1001011 0 11000 11111001 111100 101111

Color Harmonies of #4630C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4630C2

Black with #4630C2

Text Example


Text Example

White with #4630C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4630C2;
 }
 .AnyTagClassName
 {
   color: #4630C2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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