#475CBC

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

Shades of Free Speech Blue #475CBC

Tints of Free Speech Blue #475CBC

Color information

#475CBC (or 0x475CBC) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5C and BC. RGB value is (71,92,188). Sum of RGB (Red+Green+Blue) = 71+92+188=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #475CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475CBC is #B8A343. Grayscale: #606060. Windows color (decimal): -12100420 or 12344391. OLE color: 12344391.

HSL color Cylindrical-coordinate representation of color #475CBC: hue angle of 229.23º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #475CBC is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7192188-
CMYK0.620.5100.26
HSL229.23º46.61%50.78%-
HSV(B)229.23º62.23%73.73%-
XYZ15.512.6249.2-
YUV96.66179.54109.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.23%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 188 (73.83% from 255) = 53.56%
R=20.23%
G=26.21%
B=53.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71921880.620.5100.26229.2346.6150.78
Hex475CBC3E3301Ae52f33
Octal10713427476630323455763
Binary100011110111001011110011111011001101101011100101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475CBC; }

 p { color: rgb(71,92,188); }

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

<style>
 a { background-color: #475CBC; }

 a { background-color: rgb(71,92,188); }

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

<style>
 span { border-color: #475CBC; }

 span { border-color: rgb(71,92,188); }

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