#473ECD

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

Shades of Free Speech Blue #473ECD

Tints of Free Speech Blue #473ECD

Color information

#473ECD (or 0x473ECD) is unknown color: approx Free Speech Blue. HEX triplet: 47, 3E and CD. RGB value is (71,62,205). Sum of RGB (Red+Green+Blue) = 71+62+205=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #473ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473ECD is #B8C132. Grayscale: #505050. Windows color (decimal): -12108083 or 13450823. OLE color: 13450823.

HSL color Cylindrical-coordinate representation of color #473ECD: hue angle of 243.78º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #473ECD is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7162205-
CMYK0.650.7000.20
HSL243.78º58.85%52.35%-
HSV(B)243.78º69.76%80.39%-
XYZ15.349.1958.72-
YUV80.99197.98120.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.01%
GREEN value IS 62 (24.61% from 255) = 18.34%
BLUE value IS 205 (80.47% from 255) = 60.65%
R=21.01%
G=18.34%
B=60.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71622050.650.7000.20243.7858.8552.35
Hex473ECD4146014f43b34
Octal107763151011060243647364
Binary1000111111110110011011000001100011001010011110100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,62,205); }

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

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

 a { background-color: rgb(71,62,205); }

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

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

 span { border-color: rgb(71,62,205); }

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