#4133BB

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

Shades of Free Speech Blue #4133BB

Tints of Free Speech Blue #4133BB

Color information

#4133BB (or 0x4133BB) is unknown color: approx Free Speech Blue. HEX triplet: 41, 33 and BB. RGB value is (65,51,187). Sum of RGB (Red+Green+Blue) = 65+51+187=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #4133BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4133BB is #BECC44. Grayscale: #464646. Windows color (decimal): -12504133 or 12268353. OLE color: 12268353.

HSL color Cylindrical-coordinate representation of color #4133BB: hue angle of 246.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4133BB is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6551187-
CMYK0.650.7300.27
HSL246.18º57.14%46.67%-
HSV(B)246.18º72.73%73.33%-
XYZ12.337.0847.73-
YUV70.69193.64123.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.45%
GREEN value IS 51 (20.31% from 255) = 16.83%
BLUE value IS 187 (73.44% from 255) = 61.72%
R=21.45%
G=16.83%
B=61.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65511870.650.7300.27246.1857.1446.67
Hex4133BB414901Bf6392f
Octal101632731011110333667157
Binary1000001110011101110111000001100100101101111110110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4133BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4133BB; }

 p { color: rgb(65,51,187); }

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

<style>
 a { background-color: #4133BB; }

 a { background-color: rgb(65,51,187); }

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

<style>
 span { border-color: #4133BB; }

 span { border-color: rgb(65,51,187); }

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