#473FD0

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

Shades of Free Speech Blue #473FD0

Tints of Free Speech Blue #473FD0

Color information

#473FD0 (or 0x473FD0) is unknown color: approx Free Speech Blue. HEX triplet: 47, 3F and D0. RGB value is (71,63,208). Sum of RGB (Red+Green+Blue) = 71+63+208=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 208 (81.64% from 255 or 60.82% from 342); Max value from RGB is 208 - color contains mainly: blue. Hex color #473FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FD0 is #B8C02F. Grayscale: #515151. Windows color (decimal): -12107824 or 13647687. OLE color: 13647687.

HSL color Cylindrical-coordinate representation of color #473FD0: hue angle of 243.31º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #473FD0 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7163208-
CMYK0.660.7000.18
HSL243.31º60.67%53.14%-
HSV(B)243.31º69.71%81.57%-
XYZ15.769.4560.67-
YUV81.92199.15120.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.76%
GREEN value IS 63 (25% from 255) = 18.42%
BLUE value IS 208 (81.64% from 255) = 60.82%
R=20.76%
G=18.42%
B=60.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71632080.660.7000.18243.3160.6753.14
Hex473FD04246012f33d35
Octal107773201021060223637565
Binary1000111111111110100001000010100011001001011110011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,63,208); }

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

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

 a { background-color: rgb(71,63,208); }

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

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

 span { border-color: rgb(71,63,208); }

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