#475DB5

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

Shades of Free Speech Blue #475DB5

Tints of Free Speech Blue #475DB5

Color information

#475DB5 (or 0x475DB5) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5D and B5. RGB value is (71,93,181). Sum of RGB (Red+Green+Blue) = 71+93+181=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #475DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475DB5 is #B8A24A. Grayscale: #606060. Windows color (decimal): -12100171 or 11885895. OLE color: 11885895.

HSL color Cylindrical-coordinate representation of color #475DB5: hue angle of 228º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #475DB5 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7193181-
CMYK0.610.4900.29
HSL228º43.65%49.41%-
HSV(B)228º60.77%70.98%-
XYZ14.8512.545.35-
YUV96.45175.71109.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.58%
GREEN value IS 93 (36.72% from 255) = 26.96%
BLUE value IS 181 (71.09% from 255) = 52.46%
R=20.58%
G=26.96%
B=52.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71931810.610.4900.2922843.6549.41
Hex475DB53D3101De42c31
Octal10713526575610353445461
Binary100011110111011011010111110111000101110111100100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,93,181); }

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

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

 a { background-color: rgb(71,93,181); }

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

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

 span { border-color: rgb(71,93,181); }

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