Html Css Color HEX #4726AB Blue Gem

📋 copy color: '#4726AB'

red 71 ◦ green 38 ◦ blue 171

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

Shades of Blue Gem #4726AB

Tints of Blue Gem #4726AB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

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

R = 25.36%
G = 13.57%
B = 61.07%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4726AB (or 0x4726AB) is known color: Blue Gem. HEX triplet: 47, 26 and AB. RGB value is (71,38,171). Sum of RGB (Red+Green+Blue) = 71+38+171=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #4726AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4726AB is #B8D954. Grayscale: #3E3E3E. Windows color (decimal): -12114261 or 11216455. OLE color: 11216455.

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

Color convert

RGB 71 38 171 -
CMYK 0.58 0.78 0 0.33
HSL 254.89º 0.64% 0.41% -
HSV(B) 254.89º 0.78% 0.67% -
XYZ 10.64 5.67 39.06 -
YUV 63.03 188.93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 71 38 171 0.58 0.78 0 0.33 254.89 0.64 0.41
Hex 47 26 AB 3A 4E 0 21 FF 40 29
Octal 107 46 253 72 116 0 41 377 100 51
Binary 1000111 100110 10101011 111010 1001110 0 100001 11111111 1000000 101001

Color Harmonies of #4726AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4726AB

Black with #4726AB

Text Example


Text Example

White with #4726AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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