#4132C8

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

Shades of Free Speech Blue #4132C8

Tints of Free Speech Blue #4132C8

Color information

#4132C8 (or 0x4132C8) is unknown color: approx Free Speech Blue. HEX triplet: 41, 32 and C8. RGB value is (65,50,200). Sum of RGB (Red+Green+Blue) = 65+50+200=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 200 (78.52% from 255 or 63.49% from 315); Max value from RGB is 200 - color contains mainly: blue. Hex color #4132C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4132C8 is #BECD37. Grayscale: #474747. Windows color (decimal): -12504376 or 13120065. OLE color: 13120065.

HSL color Cylindrical-coordinate representation of color #4132C8: hue angle of 246º 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 #4132C8 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6550200-
CMYK0.680.7500.22
HSL246º60%49.02%-
HSV(B)246º75%78.43%-
XYZ13.757.5855.38-
YUV71.58200.47123.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.63%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 200 (78.52% from 255) = 63.49%
R=20.63%
G=15.87%
B=63.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal65502000.680.7500.222466049.02
Hex4132C8444B016f63c31
Octal101623101041130263667461
Binary1000001110010110010001000100100101101011011110110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4132C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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