#473BCF

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

Shades of Free Speech Blue #473BCF

Tints of Free Speech Blue #473BCF

Color information

#473BCF (or 0x473BCF) is unknown color: approx Free Speech Blue. HEX triplet: 47, 3B and CF. RGB value is (71,59,207). Sum of RGB (Red+Green+Blue) = 71+59+207=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #473BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BCF is #B8C430. Grayscale: #4E4E4E. Windows color (decimal): -12108849 or 13581127. OLE color: 13581127.

HSL color Cylindrical-coordinate representation of color #473BCF: hue angle of 244.86º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #473BCF is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7159207-
CMYK0.660.7100.19
HSL244.86º60.66%52.16%-
HSV(B)244.86º71.5%81.18%-
XYZ15.428.9759.95-
YUV79.46199.98121.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.07%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 207 (81.25% from 255) = 61.42%
R=21.07%
G=17.51%
B=61.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal71592070.660.7100.19244.8660.6652.16
Hex473BCF4247013f53d34
Octal107733171021070233657564
Binary1000111111011110011111000010100011101001111110101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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