#4150B6

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

Shades of Free Speech Blue #4150B6

Tints of Free Speech Blue #4150B6

Color information

#4150B6 (or 0x4150B6) is unknown color: approx Free Speech Blue. HEX triplet: 41, 50 and B6. RGB value is (65,80,182). Sum of RGB (Red+Green+Blue) = 65+80+182=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 80 (31.64% from 255 or 24.46% 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 #4150B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4150B6 is #BEAF49. Grayscale: #565656. Windows color (decimal): -12496714 or 11948097. OLE color: 11948097.

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

Color convert

RGB6580182-
CMYK0.640.5600.29
HSL232.31º47.37%48.43%-
HSV(B)232.31º64.29%71.37%-
XYZ13.4910.2445.52-
YUV87.14181.53112.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 182 (71.48% from 255) = 55.66%
R=19.88%
G=24.46%
B=55.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal65801820.640.5600.29232.3147.3748.43
Hex4150B6403801De82f30
Octal101120266100700353505760
Binary1000001101000010110110100000011100001110111101000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4150B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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