#4131CF

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

Shades of Free Speech Blue #4131CF

Tints of Free Speech Blue #4131CF

Color information

#4131CF (or 0x4131CF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 31 and CF. RGB value is (65,49,207). Sum of RGB (Red+Green+Blue) = 65+49+207=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #4131CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4131CF is #BECE30. Grayscale: #474747. Windows color (decimal): -12504625 or 13578561. OLE color: 13578561.

HSL color Cylindrical-coordinate representation of color #4131CF: hue angle of 246.08º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4131CF is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6549207-
CMYK0.690.7600.19
HSL246.08º62.2%50.2%-
HSV(B)246.08º76.33%81.18%-
XYZ14.547.8359.78-
YUV71.8204.3123.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.25%
GREEN value IS 49 (19.53% from 255) = 15.26%
BLUE value IS 207 (81.25% from 255) = 64.49%
R=20.25%
G=15.26%
B=64.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal65492070.690.7600.19246.0862.250.2
Hex4131CF454C013f63e32
Octal101613171051140233667662
Binary1000001110001110011111000101100110001001111110110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4131CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4131CF; }

 p { color: rgb(65,49,207); }

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

<style>
 a { background-color: #4131CF; }

 a { background-color: rgb(65,49,207); }

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

<style>
 span { border-color: #4131CF; }

 span { border-color: rgb(65,49,207); }

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