#4138B6

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

Shades of Free Speech Blue #4138B6

Tints of Free Speech Blue #4138B6

Color information

#4138B6 (or 0x4138B6) is unknown color: approx Free Speech Blue. HEX triplet: 41, 38 and B6. RGB value is (65,56,182). Sum of RGB (Red+Green+Blue) = 65+56+182=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 182 (71.48% from 255 or 60.07% from 303); Max value from RGB is 182 - color contains mainly: blue. Hex color #4138B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4138B6 is #BEC749. Grayscale: #484848. Windows color (decimal): -12502858 or 11941953. OLE color: 11941953.

HSL color Cylindrical-coordinate representation of color #4138B6: hue angle of 244.29º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4138B6 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6556182-
CMYK0.640.6900.29
HSL244.29º52.94%46.67%-
HSV(B)244.29º69.23%71.37%-
XYZ12.047.3345.04-
YUV73.06189.48122.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.45%
GREEN value IS 56 (22.27% from 255) = 18.48%
BLUE value IS 182 (71.48% from 255) = 60.07%
R=21.45%
G=18.48%
B=60.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal65561820.640.6900.29244.2952.9446.67
Hex4138B6404501Df4352f
Octal101702661001050353646557
Binary1000001111000101101101000000100010101110111110100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4138B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4138B6; }

 p { color: rgb(65,56,182); }

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

<style>
 a { background-color: #4138B6; }

 a { background-color: rgb(65,56,182); }

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

<style>
 span { border-color: #4138B6; }

 span { border-color: rgb(65,56,182); }

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