#473BB0

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

Shades of Blue Gem #473BB0

Tints of Blue Gem #473BB0

Color information

#473BB0 (or 0x473BB0) is unknown color: approx Blue Gem. HEX triplet: 47, 3B and B0. RGB value is (71,59,176). Sum of RGB (Red+Green+Blue) = 71+59+176=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 176 (69.14% from 255 or 57.52% from 306); Max value from RGB is 176 - color contains mainly: blue. Hex color #473BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473BB0 is #B8C44F. Grayscale: #4B4B4B. Windows color (decimal): -12108880 or 11549511. OLE color: 11549511.

HSL color Cylindrical-coordinate representation of color #473BB0: hue angle of 246.15º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #473BB0 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7159176-
CMYK0.600.6600.31
HSL246.15º49.79%46.08%-
HSV(B)246.15º66.48%69.02%-
XYZ127.641.91-
YUV75.93184.48124.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.20%
GREEN value IS 59 (23.44% from 255) = 19.28%
BLUE value IS 176 (69.14% from 255) = 57.52%
R=23.20%
G=19.28%
B=57.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71591760.600.6600.31246.1549.7946.08
Hex473BB03C4201Ff6322e
Octal10773260741020373666256
Binary100011111101110110000111100100001001111111110110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473BB0; }

 p { color: rgb(71,59,176); }

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

<style>
 a { background-color: #473BB0; }

 a { background-color: rgb(71,59,176); }

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

<style>
 span { border-color: #473BB0; }

 span { border-color: rgb(71,59,176); }

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