#4446BA

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

Shades of Free Speech Blue #4446BA

Tints of Free Speech Blue #4446BA

Color information

#4446BA (or 0x4446BA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 46 and BA. RGB value is (68,70,186). Sum of RGB (Red+Green+Blue) = 68+70+186=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #4446BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4446BA is #BBB945. Grayscale: #525252. Windows color (decimal): -12302662 or 12207684. OLE color: 12207684.

HSL color Cylindrical-coordinate representation of color #4446BA: hue angle of 238.98º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4446BA is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6870186-
CMYK0.630.6200.27
HSL238.98º46.46%49.8%-
HSV(B)238.98º63.44%72.94%-
XYZ13.449.1547.51-
YUV82.63186.34117.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.99%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 186 (73.05% from 255) = 57.41%
R=20.99%
G=21.60%
B=57.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68701860.630.6200.27238.9846.4649.8
Hex4446BA3F3E01Bef2e32
Octal10410627277760333575662
Binary100010010001101011101011111111111001101111101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4446BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4446BA; }

 p { color: rgb(68,70,186); }

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

<style>
 a { background-color: #4446BA; }

 a { background-color: rgb(68,70,186); }

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

<style>
 span { border-color: #4446BA; }

 span { border-color: rgb(68,70,186); }

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