#4741d2

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

Shades of Free Speech Blue #4741D2

Tints of Free Speech Blue #4741D2

Color information

#4741D2 (or 0x4741D2) is unknown color: approx Free Speech Blue. HEX triplet: 47, 41 and D2. RGB value is (71,65,210). Sum of RGB (Red+Green+Blue) = 71+65+210=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 210 (82.42% from 255 or 60.69% from 346); Max value from RGB is 210 - color contains mainly: blue. Hex color #4741D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4741D2 is #B8BE2D. Grayscale: #525252. Windows color (decimal): -12107310 or 13779271. OLE color: 13779271.

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

Color convert

RGB7165210-
CMYK0.660.6900.18
HSL242.48º61.7%53.92%-
HSV(B)242.48º69.05%82.35%-
XYZ16.129.7762.01-
YUV83.32199.49119.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.52%
GREEN value IS 65 (25.78% from 255) = 18.79%
BLUE value IS 210 (82.42% from 255) = 60.69%
R=20.52%
G=18.79%
B=60.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71652100.660.6900.18242.4861.753.92
Hex4741D24245012f23e36
Octal1071013221021050223627666
Binary10001111000001110100101000010100010101001011110010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4741d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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