#4450B6

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

Shades of Free Speech Blue #4450B6

Tints of Free Speech Blue #4450B6

Color information

#4450B6 (or 0x4450B6) is unknown color: approx Free Speech Blue. HEX triplet: 44, 50 and B6. RGB value is (68,80,182). Sum of RGB (Red+Green+Blue) = 68+80+182=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #4450B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4450B6 is #BBAF49. Grayscale: #575757. Windows color (decimal): -12300106 or 11948100. OLE color: 11948100.

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

Color convert

RGB6880182-
CMYK0.630.5600.29
HSL233.68º45.6%49.02%-
HSV(B)233.68º62.64%71.37%-
XYZ13.710.3445.53-
YUV88.04181.02113.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.61%
GREEN value IS 80 (31.64% from 255) = 24.24%
BLUE value IS 182 (71.48% from 255) = 55.15%
R=20.61%
G=24.24%
B=55.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal68801820.630.5600.29233.6845.649.02
Hex4450B63F3801Dea2e31
Octal10412026677700353525661
Binary100010010100001011011011111111100001110111101010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4450B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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