Html Css Color HEX #4728A0 Blue Gem

📋 copy color: '#4728A0'

red 71 ◦ green 40 ◦ blue 160

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

Shades of Blue Gem #4728A0

Tints of Blue Gem #4728A0

RGB

 RED value IS 71 (28.13% from 255) = 26.2%

 GREEN value IS 40 (16.02% from 255) = 14.76%

 BLUE value IS 160 (62.89% from 255) = 59.04%

R = 26.2%
G = 14.76%
B = 59.04%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4728A0 (or 0x4728A0) is known color: Blue Gem. HEX triplet: 47, 28 and A0. RGB value is (71,40,160). Sum of RGB (Red+Green+Blue) = 71+40+160=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 160 (62.89% from 255 or 59.04% from 271); Max value from RGB is 160 - color contains mainly: blue. Hex color #4728A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4728A0 is #B8D75F. Grayscale: #3E3E3E. Windows color (decimal): -12113760 or 10496071. OLE color: 10496071.

HSL color Cylindrical-coordinate representation of color #4728A0: hue angle of 255.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4728A0 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 71 40 160 -
CMYK 0.56 0.75 0 0.37
HSL 255.5º 0.6% 0.39% -
HSV(B) 255.5º 0.75% 0.63% -
XYZ 9.7 5.4 33.79 -
YUV 62.95 182.77 133.74 -
System Red Green Blue C M Y K H S L
Decimal 71 40 160 0.56 0.75 0 0.37 255.5 0.6 0.39
Hex 47 28 A0 38 4B 0 25 100 3C 27
Octal 107 50 240 70 113 0 45 400 74 47
Binary 1000111 101000 10100000 111000 1001011 0 100101 100000000 111100 100111

Color Harmonies of #4728A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4728A0

Black with #4728A0

Text Example


Text Example

White with #4728A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4728A0; }

 p { color: rgb(71,40,160); }

 H1.HeaderClassName
 {
   color: #4728A0;
 }
 .AnyTagClassName
 {
   color: #4728A0;
 }
</style>

background-color css

<style>
 a { background-color: #4728A0; }

 a { background-color: rgb(71,40,160); }

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

border-color css

<style>
 span { border-color: #4728A0; }

 span { border-color: rgb(71,40,160); }

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