#4132CB

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

Shades of Free Speech Blue #4132CB

Tints of Free Speech Blue #4132CB

Color information

#4132CB (or 0x4132CB) is unknown color: approx Free Speech Blue. HEX triplet: 41, 32 and CB. RGB value is (65,50,203). Sum of RGB (Red+Green+Blue) = 65+50+203=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #4132CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4132CB is #BECD34. Grayscale: #474747. Windows color (decimal): -12504373 or 13316673. OLE color: 13316673.

HSL color Cylindrical-coordinate representation of color #4132CB: hue angle of 245.88º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4132CB is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6550203-
CMYK0.680.7500.20
HSL245.88º60.47%49.61%-
HSV(B)245.88º75.37%79.61%-
XYZ14.17.7257.25-
YUV71.93201.97123.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 50 (19.92% from 255) = 15.72%
BLUE value IS 203 (79.69% from 255) = 63.84%
R=20.44%
G=15.72%
B=63.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal65502030.680.7500.20245.8860.4749.61
Hex4132CB444B014f63c32
Octal101623131041130243667462
Binary1000001110010110010111000100100101101010011110110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4132CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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