Html Css Color HEX #4728AB Blue Gem

📋 copy color: '#4728AB'

red 71 ◦ green 40 ◦ blue 171

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

Shades of Blue Gem #4728AB

Tints of Blue Gem #4728AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.64%

R = 25.18%
G = 14.18%
B = 60.64%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4728AB (or 0x4728AB) is known color: Blue Gem. HEX triplet: 47, 28 and AB. RGB value is (71,40,171). Sum of RGB (Red+Green+Blue) = 71+40+171=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #4728AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4728AB is #B8D754. Grayscale: #3F3F3F. Windows color (decimal): -12113749 or 11216967. OLE color: 11216967.

HSL color Cylindrical-coordinate representation of color #4728AB: hue angle of 254.2º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4728AB is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 40 171 -
CMYK 0.58 0.77 0 0.33
HSL 254.2º 0.62% 0.41% -
HSV(B) 254.2º 0.77% 0.67% -
XYZ 10.71 5.8 39.08 -
YUV 64.2 188.27 132.85 -
System Red Green Blue C M Y K H S L
Decimal 71 40 171 0.58 0.77 0 0.33 254.2 0.62 0.41
Hex 47 28 AB 3A 4D 0 21 FE 3E 29
Octal 107 50 253 72 115 0 41 376 76 51
Binary 1000111 101000 10101011 111010 1001101 0 100001 11111110 111110 101001

Color Harmonies of #4728AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4728AB

Black with #4728AB

Text Example


Text Example

White with #4728AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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