#473FCB

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

Shades of Free Speech Blue #473FCB

Tints of Free Speech Blue #473FCB

Color information

#473FCB (or 0x473FCB) is unknown color: approx Free Speech Blue. HEX triplet: 47, 3F and CB. RGB value is (71,63,203). Sum of RGB (Red+Green+Blue) = 71+63+203=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #473FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FCB is #B8C034. Grayscale: #505050. Windows color (decimal): -12107829 or 13320007. OLE color: 13320007.

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

Color convert

RGB7163203-
CMYK0.650.6900.20
HSL243.43º57.38%52.16%-
HSV(B)243.43º68.97%79.61%-
XYZ15.169.2157.48-
YUV81.35196.65120.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.07%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 203 (79.69% from 255) = 60.24%
R=21.07%
G=18.69%
B=60.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71632030.650.6900.20243.4357.3852.16
Hex473FCB4145014f33934
Octal107773131011050243637164
Binary1000111111111110010111000001100010101010011110011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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