#4740BE

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

Shades of Free Speech Blue #4740BE

Tints of Free Speech Blue #4740BE

Color information

#4740BE (or 0x4740BE) is unknown color: approx Free Speech Blue. HEX triplet: 47, 40 and BE. RGB value is (71,64,190). Sum of RGB (Red+Green+Blue) = 71+64+190=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #4740BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4740BE is #B8BF41. Grayscale: #4F4F4F. Windows color (decimal): -12107586 or 12468295. OLE color: 12468295.

HSL color Cylindrical-coordinate representation of color #4740BE: hue angle of 243.33º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4740BE is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7164190-
CMYK0.630.6600.25
HSL243.33º49.61%49.8%-
HSV(B)243.33º66.32%74.51%-
XYZ13.738.7249.68-
YUV80.46189.82121.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 190 (74.61% from 255) = 58.46%
R=21.85%
G=19.69%
B=58.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71641900.630.6600.25243.3349.6149.8
Hex4740BE3F42019f33232
Octal107100276771020313636262
Binary1000111100000010111110111111100001001100111110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4740BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4740BE; }

 p { color: rgb(71,64,190); }

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

<style>
 a { background-color: #4740BE; }

 a { background-color: rgb(71,64,190); }

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

<style>
 span { border-color: #4740BE; }

 span { border-color: rgb(71,64,190); }

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