Html Css Color HEX #4726AC Blue Gem

📋 copy color: '#4726AC'

red 71 ◦ green 38 ◦ blue 172

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

Shades of Blue Gem #4726AC

Tints of Blue Gem #4726AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.21%

R = 25.27%
G = 13.52%
B = 61.21%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4726AC (or 0x4726AC) is known color: Blue Gem. HEX triplet: 47, 26 and AC. RGB value is (71,38,172). Sum of RGB (Red+Green+Blue) = 71+38+172=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #4726AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4726AC is #B8D953. Grayscale: #3E3E3E. Windows color (decimal): -12114260 or 11281991. OLE color: 11281991.

HSL color Cylindrical-coordinate representation of color #4726AC: hue angle of 254.78º 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 #4726AC is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 38 172 -
CMYK 0.59 0.78 0 0.33
HSL 254.78º 0.64% 0.41% -
HSV(B) 254.78º 0.78% 0.67% -
XYZ 10.74 5.7 39.56 -
YUV 63.14 189.43 133.6 -
System Red Green Blue C M Y K H S L
Decimal 71 38 172 0.59 0.78 0 0.33 254.78 0.64 0.41
Hex 47 26 AC 3B 4E 0 21 FF 40 29
Octal 107 46 254 73 116 0 41 377 100 51
Binary 1000111 100110 10101100 111011 1001110 0 100001 11111111 1000000 101001

Color Harmonies of #4726AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4726AC

Black with #4726AC

Text Example


Text Example

White with #4726AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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