#4145B1

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

Shades of Free Speech Blue #4145B1

Tints of Free Speech Blue #4145B1

Color information

#4145B1 (or 0x4145B1) is unknown color: approx Free Speech Blue. HEX triplet: 41, 45 and B1. RGB value is (65,69,177). Sum of RGB (Red+Green+Blue) = 65+69+177=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 177 (69.53% from 255 or 56.91% from 311); Max value from RGB is 177 - color contains mainly: blue. Hex color #4145B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4145B1 is #BEBA4E. Grayscale: #4F4F4F. Windows color (decimal): -12499535 or 11617601. OLE color: 11617601.

HSL color Cylindrical-coordinate representation of color #4145B1: hue angle of 237.86º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4145B1 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6569177-
CMYK0.630.6100.31
HSL237.86º46.28%47.45%-
HSV(B)237.86º63.28%69.41%-
XYZ12.248.5542.6-
YUV80.12182.67117.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.90%
GREEN value IS 69 (27.34% from 255) = 22.19%
BLUE value IS 177 (69.53% from 255) = 56.91%
R=20.90%
G=22.19%
B=56.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal65691770.630.6100.31237.8646.2847.45
Hex4145B13F3D01Fee2e2f
Octal10110526177750373565657
Binary100000110001011011000111111111110101111111101110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4145B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4145B1; }

 p { color: rgb(65,69,177); }

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

<style>
 a { background-color: #4145B1; }

 a { background-color: rgb(65,69,177); }

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

<style>
 span { border-color: #4145B1; }

 span { border-color: rgb(65,69,177); }

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