Html Css Color HEX #4724A1 Blue Gem

📋 copy color: '#4724A1'

red 71 ◦ green 36 ◦ blue 161

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

Shades of Blue Gem #4724A1

Tints of Blue Gem #4724A1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.43%

 BLUE value IS 161 (63.28% from 255) = 60.07%

R = 26.49%
G = 13.43%
B = 60.07%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4724A1 (or 0x4724A1) is known color: Blue Gem. HEX triplet: 47, 24 and A1. RGB value is (71,36,161). Sum of RGB (Red+Green+Blue) = 71+36+161=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 161 (63.28% from 255 or 60.07% from 268); Max value from RGB is 161 - color contains mainly: blue. Hex color #4724A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4724A1 is #B8DB5E. Grayscale: #3C3C3C. Windows color (decimal): -12114783 or 10560583. OLE color: 10560583.

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

Color convert

RGB 71 36 161 -
CMYK 0.56 0.78 0 0.37
HSL 256.8º 0.63% 0.39% -
HSV(B) 256.8º 0.78% 0.63% -
XYZ 9.66 5.17 34.21 -
YUV 60.72 184.6 135.34 -
System Red Green Blue C M Y K H S L
Decimal 71 36 161 0.56 0.78 0 0.37 256.8 0.63 0.39
Hex 47 24 A1 38 4E 0 25 101 3F 27
Octal 107 44 241 70 116 0 45 401 77 47
Binary 1000111 100100 10100001 111000 1001110 0 100101 100000001 111111 100111

Color Harmonies of #4724A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4724A1

Black with #4724A1

Text Example


Text Example

White with #4724A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4724A1; }

 p { color: rgb(71,36,161); }

 H1.HeaderClassName
 {
   color: #4724A1;
 }
 .AnyTagClassName
 {
   color: #4724A1;
 }
</style>

background-color css

<style>
 a { background-color: #4724A1; }

 a { background-color: rgb(71,36,161); }

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

border-color css

<style>
 span { border-color: #4724A1; }

 span { border-color: rgb(71,36,161); }

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