#4741BE

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

Shades of Free Speech Blue #4741BE

Tints of Free Speech Blue #4741BE

Color information

#4741BE (or 0x4741BE) is unknown color: approx Free Speech Blue. HEX triplet: 47, 41 and BE. RGB value is (71,65,190). Sum of RGB (Red+Green+Blue) = 71+65+190=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #4741BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4741BE is #B8BE41. Grayscale: #505050. Windows color (decimal): -12107330 or 12468551. OLE color: 12468551.

HSL color Cylindrical-coordinate representation of color #4741BE: hue angle of 242.88º degrees, saturation: 0.49, 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 #4741BE is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7165190-
CMYK0.630.6600.25
HSL242.88º49.02%50%-
HSV(B)242.88º65.79%74.51%-
XYZ13.788.8449.69-
YUV81.04189.49120.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 65 (25.78% from 255) = 19.94%
BLUE value IS 190 (74.61% from 255) = 58.28%
R=21.78%
G=19.94%
B=58.28%

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
Decimal71651900.630.6600.25242.8849.0250
Hex4741BE3F42019f33132
Octal107101276771020313636162
Binary1000111100000110111110111111100001001100111110011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4741BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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