#4051B6

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

Shades of Free Speech Blue #4051B6

Tints of Free Speech Blue #4051B6

Color information

#4051B6 (or 0x4051B6) is unknown color: approx Free Speech Blue. HEX triplet: 40, 51 and B6. RGB value is (64,81,182). Sum of RGB (Red+Green+Blue) = 64+81+182=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 182 (71.48% from 255 or 55.66% from 327); Max value from RGB is 182 - color contains mainly: blue. Hex color #4051B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4051B6 is #BFAE49. Grayscale: #575757. Windows color (decimal): -12561994 or 11948352. OLE color: 11948352.

HSL color Cylindrical-coordinate representation of color #4051B6: hue angle of 231.36º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4051B6 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6481182-
CMYK0.650.5500.29
HSL231.36º47.97%48.24%-
HSV(B)231.36º64.84%71.37%-
XYZ13.510.3545.54-
YUV87.43181.37111.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.57%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 182 (71.48% from 255) = 55.66%
R=19.57%
G=24.77%
B=55.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64811820.650.5500.29231.3647.9748.24
Hex4051B6413701De73030
Octal100121266101670353476060
Binary1000000101000110110110100000111011101110111100111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4051B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,81,182); }

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

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

 a { background-color: rgb(64,81,182); }

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

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

 span { border-color: rgb(64,81,182); }

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