#4461BB

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

Shades of Free Speech Blue #4461BB

Tints of Free Speech Blue #4461BB

Color information

#4461BB (or 0x4461BB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 61 and BB. RGB value is (68,97,187). Sum of RGB (Red+Green+Blue) = 68+97+187=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #4461BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4461BB is #BB9E44. Grayscale: #626262. Windows color (decimal): -12295749 or 12280132. OLE color: 12280132.

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

Color convert

RGB6897187-
CMYK0.640.4800.27
HSL225.38º46.67%50%-
HSV(B)225.38º63.64%73.33%-
XYZ15.6313.3748.77-
YUV98.59177.89106.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 187 (73.44% from 255) = 53.12%
R=19.32%
G=27.56%
B=53.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68971870.640.4800.27225.3846.6750
Hex4461BB403001Be12f32
Octal104141273100600333415762
Binary1000100110000110111011100000011000001101111100001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4461BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,97,187); }

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

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

 a { background-color: rgb(68,97,187); }

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

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

 span { border-color: rgb(68,97,187); }

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