#4139B3

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

Shades of Free Speech Blue #4139B3

Tints of Free Speech Blue #4139B3

Color information

#4139B3 (or 0x4139B3) is unknown color: approx Free Speech Blue. HEX triplet: 41, 39 and B3. RGB value is (65,57,179). Sum of RGB (Red+Green+Blue) = 65+57+179=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 179 (70.31% from 255 or 59.47% from 301); Max value from RGB is 179 - color contains mainly: blue. Hex color #4139B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4139B3 is #BEC64C. Grayscale: #484848. Windows color (decimal): -12502605 or 11745601. OLE color: 11745601.

HSL color Cylindrical-coordinate representation of color #4139B3: hue angle of 243.93º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4139B3 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6557179-
CMYK0.640.6800.30
HSL243.93º51.69%46.27%-
HSV(B)243.93º68.16%70.2%-
XYZ11.787.343.44-
YUV73.3187.65122.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 179 (70.31% from 255) = 59.47%
R=21.59%
G=18.94%
B=59.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal65571790.640.6800.30243.9351.6946.27
Hex4139B3404401Ef4342e
Octal101712631001040363646456
Binary1000001111001101100111000000100010001111011110100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4139B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4139B3; }

 p { color: rgb(65,57,179); }

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

<style>
 a { background-color: #4139B3; }

 a { background-color: rgb(65,57,179); }

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

<style>
 span { border-color: #4139B3; }

 span { border-color: rgb(65,57,179); }

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