#473DCE

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

Shades of Free Speech Blue #473DCE

Tints of Free Speech Blue #473DCE

Color information

#473DCE (or 0x473DCE) is unknown color: approx Free Speech Blue. HEX triplet: 47, 3D and CE. RGB value is (71,61,206). Sum of RGB (Red+Green+Blue) = 71+61+206=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #473DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473DCE is #B8C231. Grayscale: #4F4F4F. Windows color (decimal): -12108338 or 13516103. OLE color: 13516103.

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

Color convert

RGB7161206-
CMYK0.660.7000.19
HSL244.14º59.67%52.35%-
HSV(B)244.14º70.39%80.78%-
XYZ15.419.1359.34-
YUV80.52198.81121.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.01%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 206 (80.86% from 255) = 60.95%
R=21.01%
G=18.05%
B=60.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal71612060.660.7000.19244.1459.6752.35
Hex473DCE4246013f43c34
Octal107753161021060233647464
Binary1000111111101110011101000010100011001001111110100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,61,206); }

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

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

 a { background-color: rgb(71,61,206); }

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

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

 span { border-color: rgb(71,61,206); }

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