#472FB1

Color #472FB1 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #472FB1

Tints of Blue Gem #472FB1

Color information

#472FB1 (or 0x472FB1) is unknown color: approx Blue Gem. HEX triplet: 47, 2F and B1. RGB value is (71,47,177). Sum of RGB (Red+Green+Blue) = 71+47+177=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 177 (69.53% from 255 or 60% from 295); Max value from RGB is 177 - color contains mainly: blue. Hex color #472FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472FB1 is #B8D04E. Grayscale: #444444. Windows color (decimal): -12111951 or 11611975. OLE color: 11611975.

HSL color Cylindrical-coordinate representation of color #472FB1: hue angle of 251.08º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #472FB1 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7147177-
CMYK0.600.7300.31
HSL251.08º58.04%43.92%-
HSV(B)251.08º73.45%69.41%-
XYZ11.556.5542.25-
YUV69188.95129.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 47 (18.75% from 255) = 15.93%
BLUE value IS 177 (69.53% from 255) = 60%
R=24.07%
G=15.93%
B=60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71471770.600.7300.31251.0858.0443.92
Hex472FB13C4901Ffb3a2c
Octal10757261741110373737254
Binary100011110111110110001111100100100101111111111011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472FB1; }

 p { color: rgb(71,47,177); }

 H1.HeaderClassName
 {
   color: #472FB1;
 }
 .AnyTagClassName
 {
   color: #472FB1;
 }
</style>
background-color css

<style>
 a { background-color: #472FB1; }

 a { background-color: rgb(71,47,177); }

 div.DivClassName
 {
   background-color: #472FB1;
 }
 .BgClassName
 {
   background-color: #472FB1;
 }
</style>
border-color css

<style>
 span { border-color: #472FB1; }

 span { border-color: rgb(71,47,177); }

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