#4550B4

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

Shades of Free Speech Blue #4550B4

Tints of Free Speech Blue #4550B4

Color information

#4550B4 (or 0x4550B4) is unknown color: approx Free Speech Blue. HEX triplet: 45, 50 and B4. RGB value is (69,80,180). Sum of RGB (Red+Green+Blue) = 69+80+180=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #4550B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4550B4 is #BAAF4B. Grayscale: #575757. Windows color (decimal): -12234572 or 11817029. OLE color: 11817029.

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

Color convert

RGB6980180-
CMYK0.620.5600.29
HSL234.05º44.58%48.82%-
HSV(B)234.05º61.67%70.59%-
XYZ13.5610.344.45-
YUV88.11179.86114.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.97%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 180 (70.70% from 255) = 54.71%
R=20.97%
G=24.32%
B=54.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69801800.620.5600.29234.0544.5848.82
Hex4550B43E3801Dea2d31
Octal10512026476700353525561
Binary100010110100001011010011111011100001110111101010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4550B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4550B4; }

 p { color: rgb(69,80,180); }

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

<style>
 a { background-color: #4550B4; }

 a { background-color: rgb(69,80,180); }

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

<style>
 span { border-color: #4550B4; }

 span { border-color: rgb(69,80,180); }

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