#4132C6

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

Shades of Free Speech Blue #4132C6

Tints of Free Speech Blue #4132C6

Color information

#4132C6 (or 0x4132C6) is unknown color: approx Free Speech Blue. HEX triplet: 41, 32 and C6. RGB value is (65,50,198). Sum of RGB (Red+Green+Blue) = 65+50+198=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 198 (77.73% from 255 or 63.26% from 313); Max value from RGB is 198 - color contains mainly: blue. Hex color #4132C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4132C6 is #BECD39. Grayscale: #464646. Windows color (decimal): -12504378 or 12988993. OLE color: 12988993.

HSL color Cylindrical-coordinate representation of color #4132C6: hue angle of 246.08º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4132C6 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6550198-
CMYK0.670.7500.22
HSL246.08º59.68%48.63%-
HSV(B)246.08º74.75%77.65%-
XYZ13.517.4854.16-
YUV71.36199.47123.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 50 (19.92% from 255) = 15.97%
BLUE value IS 198 (77.73% from 255) = 63.26%
R=20.77%
G=15.97%
B=63.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal65501980.670.7500.22246.0859.6848.63
Hex4132C6434B016f63c31
Octal101623061031130263667461
Binary1000001110010110001101000011100101101011011110110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4132C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4132C6; }

 p { color: rgb(65,50,198); }

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

<style>
 a { background-color: #4132C6; }

 a { background-color: rgb(65,50,198); }

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

<style>
 span { border-color: #4132C6; }

 span { border-color: rgb(65,50,198); }

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