Html Css Color HEX #4731AF Blue Gem

📋 copy color: '#4731AF'

red 71 ◦ green 49 ◦ blue 175

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

Shades of Blue Gem #4731AF

Tints of Blue Gem #4731AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.61%

 BLUE value IS 175 (68.75% from 255) = 59.32%

R = 24.07%
G = 16.61%
B = 59.32%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4731AF (or 0x4731AF) is known color: Blue Gem. HEX triplet: 47, 31 and AF. RGB value is (71,49,175). Sum of RGB (Red+Green+Blue) = 71+49+175=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #4731AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4731AF is #B8CE50. Grayscale: #454545. Windows color (decimal): -12111441 or 11481415. OLE color: 11481415.

HSL color Cylindrical-coordinate representation of color #4731AF: hue angle of 250.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4731AF is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 49 175 -
CMYK 0.59 0.72 0 0.31
HSL 250.48º 0.56% 0.44% -
HSV(B) 250.48º 0.72% 0.69% -
XYZ 11.43 6.63 41.23 -
YUV 69.94 187.29 128.75 -
System Red Green Blue C M Y K H S L
Decimal 71 49 175 0.59 0.72 0 0.31 250.48 0.56 0.44
Hex 47 31 AF 3B 48 0 1F FA 38 2C
Octal 107 61 257 73 110 0 37 372 70 54
Binary 1000111 110001 10101111 111011 1001000 0 11111 11111010 111000 101100

Color Harmonies of #4731AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4731AF

Black with #4731AF

Text Example


Text Example

White with #4731AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4731AF; }

 p { color: rgb(71,49,175); }

 H1.HeaderClassName
 {
   color: #4731AF;
 }
 .AnyTagClassName
 {
   color: #4731AF;
 }
</style>

background-color css

<style>
 a { background-color: #4731AF; }

 a { background-color: rgb(71,49,175); }

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

border-color css

<style>
 span { border-color: #4731AF; }

 span { border-color: rgb(71,49,175); }

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