#4745D0

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

Shades of Free Speech Blue #4745D0

Tints of Free Speech Blue #4745D0

Color information

#4745D0 (or 0x4745D0) is unknown color: approx Free Speech Blue. HEX triplet: 47, 45 and D0. RGB value is (71,69,208). Sum of RGB (Red+Green+Blue) = 71+69+208=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 208 (81.64% from 255 or 59.77% from 348); Max value from RGB is 208 - color contains mainly: blue. Hex color #4745D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4745D0 is #B8BA2F. Grayscale: #545454. Windows color (decimal): -12106288 or 13649223. OLE color: 13649223.

HSL color Cylindrical-coordinate representation of color #4745D0: hue angle of 240.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4745D0 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7169208-
CMYK0.660.6700.18
HSL240.86º59.66%54.31%-
HSV(B)240.86º66.83%81.57%-
XYZ16.1110.1560.78-
YUV85.44197.16117.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.40%
GREEN value IS 69 (27.34% from 255) = 19.83%
BLUE value IS 208 (81.64% from 255) = 59.77%
R=20.40%
G=19.83%
B=59.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71692080.660.6700.18240.8659.6654.31
Hex4745D04243012f13c36
Octal1071053201021030223617466
Binary10001111000101110100001000010100001101001011110001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4745D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4745D0; }

 p { color: rgb(71,69,208); }

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

<style>
 a { background-color: #4745D0; }

 a { background-color: rgb(71,69,208); }

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

<style>
 span { border-color: #4745D0; }

 span { border-color: rgb(71,69,208); }

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